@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

html{
    padding:0 !important;
    margin:0 !important;
}
body{
  margin:0;
  padding:0;
  color: #ff1276;
  font-family: "Cabin", 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;
}
@font-face {
  font-family: 'Swanley Free';
  src: url('../Swanley Free.woff2') format('woff2'),
       url('../Swanley Free.woff') format('woff'),
       url('../Swanley Free.ttf') format('truetype'); /* Correct format for .otf */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* START HEADER SECTION */

/* start top head section */
.tophead-section{
  padding: 10px 0 0px 0;
}
.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: #ffffff;
  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: #ff8a00;
  background-image: none;
}
.head-contact a span svg{fill:#fff;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 */

.navibar{
  padding:0;background: #b30000;
}
.navbar-expand-lg{}
.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: 18px;
  padding: 4px 20px 4px;
  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: -130px 20px 0 auto;
    display: block;
}
.toggle-design{
  height: 3px;
  width: 100%;
  background: #ff8a00;
  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 {
  background: linear-gradient(#ff7100, #ffaa02);
  color: #ffffff;
}

.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: #ffffff;
  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: 0;
  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: 11px 20px;
  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;
}
.appointmentt{display:none !Important;}
.appointment a{
  color: #ffffff;
  text-shadow: 1px 2px 10px #ff8a00;
  text-align: left;
  font-size: 17px;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  padding: 7px 31px 7px;
  border-radius: 50px;
  background: #feae00;
  margin: 0 0 9px;
}
.appointment .cricle-phoneno{
  color: #000;
  background: transparent;
  text-shadow: none;
  padding: 0 0 0 20px;
  font-size: 34px;
}
/* end navigation section*/

/* start slider section*/

.slide-section{
  position: relative;
  margin: 0;
}
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #feae0078;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}

/* end slider section*/

/* END HEADER SECTION*/

/* start about us section */
.aboutus-section{
  z-index:9;
  padding: 60px 0 80px;
  position: relative;
}
.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 40px 0 0px;
  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: 80px;
  text-align: left;
  line-height: 60px;
  font-weight: 400;
  color: #b30100;
  text-transform: capitalize;
  position:relative;
  font-family: Swanley Free;
  padding: 7px 0 7px 10px;
}
.about-heading h1:before{
  content:"";
  position:absolute;
  left:0;
  background:#feae00;
  height:100%;
  width: 3px;
  top:0;
}

.about-heading h1 a{
  color: #b30100;
}
.about-heading p{
  color: #000000;
  text-align: left;
  font-size: 21px;
  width: fit-content;
  text-transform: uppercase;
  padding: 0 0 0px 60px;
  display: block;
  font-weight: 500;
  border-radius: 50px;
}
.about-content p{
  color: #2b2b2b;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-align: justify;
}
.about-content p strong{
  color: #000000;
  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 0px;
}
.experiences strong{
  height: 170px;
  width: 170px;
  background: #fdac00;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0px;
}
.experiences strong span{
  font-size: 77px;
  color: #ffffff;
  font-weight:600;
  display: block;
  margin: 13px auto 0;
  text-align: center;
}
.experiences strong p{
  font-size: 17px;
  display: block;
  padding: 0;
  padding: 5px 5px;
  font-weight: 400;
  line-height: normal;
  margin: -20px 0 0px;
  position: relative;
  color: #ffffff;
  text-transform: capitalize;
  background: #b30100;
  text-align: center;
}
.experiences strong p em{margin: 4px 0 0;}
.banner-aboutus img{
  border-radius:20px;
}
.aboutus-image2 img{
  border-radius:20px;
  margin: 0 auto;
}
/* end about us section */


/* start form section*/


.form-section{
  padding: 170px 0 100px;
  position: relative;
  display: none;
  z-index: 9;
}
.list ul li{
  list-style: none;
  font-weight: 500;
  margin: 26px 0 25px 3px;
  position: relative;
}
.list ul li a{
  border-radius: 50px;
  text-transform: capitalize;
  display: block;
  font-size: 18px;
  text-align: left;
  background: #b30100;
  padding: 10px 20px 10px 18px;
  color: #ffffff;
}
.list ul li:hover a {
  background:linear-gradient(90deg, #f78f0f 0%, #9b1f1f 100%);
}
.list ul li:before{
  position:absolute;
  color: #fdaf00;
  top: 9px;
  right: 7px;
  line-height: 30px;
  font-size: 40px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 40px;
  content: "\2721";
  font-family: 'Glyphicons Halflings';
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
} 


.serv{
  
}

.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;
}
.serv1{
  padding: 16px;
  position: relative;
}
.serv2{position: relative;}
.serv2 img{
  border-radius: 20px 20px;
}
.serv2 a span{
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 20px;
  padding: 0px 22px 4px;
  x 24px 10px;
  border-radius: 50px;
  margin: 0 auto 0px;
  display: block;
  width: fit-content;
  font-weight: 700;
}
.serv2 a span em{
  display: block;
  background: #b30100;
  width: fit-content;
  color: #fff;
  padding: 3px 25px;
  margin: -8px auto 0;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 30px;
}

.serv2 a aside{
  border-radius: inherit;
  color: #000000;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 0 0;
  text-align: center;
  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: 9px 23px 9px 26px;
  position:relative;
  font-size: 16px;
  text-align: left;
  line-height: 23px;
  margin: 14px 0 0;
  border-radius: 30px;
  color: #ffffff;
  background: linear-gradient(90deg, #f78f0f 0%, #9b1f1f 100%);
}
.lits-serv ul li:hover{
  background:#b30100;
}
.services-right1{padding: 0 50px 0 0px;}
.innerpage-services{
  padding: 100px 0 80px;  
}
.services-heading{
  position:relative;
  padding: 0 0px 0 0px;
}
.services-heading strong{
  padding: 0 0 0 13px;
  font-size: 100px;
  display: block;
  font-weight: 400;
  line-height: normal;
  position:relative;
  color: #b30100;
  text-transform: capitalize;
  font-family: Swanley Free;
}
.services-heading strong:before{
  content:"";
  position:absolute;
  left:0;
  background:#feae00;
  height:100%;
  width: 3px;
  top:0;
}
.services-heading p{
  font-size: 15px;
  padding: 0;
  color: #000000;
  line-height: 30px;
}
.services-heading span{
  color: #000000;
  text-align: left;
  font-size: 21px;
  width: fit-content;
  text-transform: uppercase;
  padding: 0 0 0px 40px;
  margin: 0  0 -20px 0;
  display: block;
  font-weight: 500;
  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 25px 25px;
  background: #f8a900;
  position: relative;
  border-radius: 40px;
}
.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: -26px;
  margin: 0 auto 0 0;
  display: block;
  left: 20px;
  height: 100px;
  width: 60px;
  line-height: 82px;
  background: #ffffff;
  border-radius: 0 0 50px 50px;
}
.services-3 a em{
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 54px;
  background: #b30100;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.services-3 a svg{
  height: 30px;
  width: 30px;
  fill: red;
}


.services-4 strong{
  display: block;
  padding: 0;
  text-transform: capitalize;
  font-family: Swanley Free;
  font-weight: 500;
  color: #aa0100;
  padding: 10px  0 0;
  font-size: 33px;
}
.services-4 p{
  color: #000000;
  line-height: 29px;
  font-size: 15px;
}
.services-4 a span{
  font-size: 26px;
  border-radius: 90px;
  margin: 0 auto 20px;
  display: block;
  padding: 5px 26px 2px;
  width: fit-content;
  background: #ffffff;
  font-weight: 700;
}
.services-4 a span em{
  display: inline-block;
  background: #af1333;
  color: #fff;
  position: relative;
  padding: 6px 22px;
  margin: -16px auto 0px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 30px;
}




.owl-carousel .owl-item .srv-image{
  width: 100%;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  color: #ffffff;
  background: #b30100;
  font-size: 40px;
  display: inline-block;
  margin: 0px 0px 0 0px;
  height: 35px;
  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;
}
/* end services section */

/* start birthchart tagline section  */
.birthchart-tagline{
  position:relative;
  z-index:9;
  border-left: 0;
  overflow: hidden;
  border-right: 0;
  background: linear-gradient(
90deg, #000000 0%, #b30100 100%);
  padding: 30px 0 0px;
}

.birth i{
  font-weight: 600;
  color: #ff8a00;
  display: block;
  font-size: 20px;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
}
.birth strong{
  font-weight: 500;
  color: #ffffff;
  display: block;
  font-family: Swanley Free;
  font-size: 95px;
  text-transform: capitalize;
}
.birth p{
  line-height:30px;
  color: #ffffff;
  padding: 0 0 18px;
}
.birth a span{
  font-size: 130px;
  margin: 10px auto 0px;
  line-height: normal;
  background: #fdac00;
  padding: 30px 0;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.birth a span em{
  color: #000000;
  position: relative;
  display: inline-block;
  margin: 0px auto -70px;
  font-size: 24px;
  text-transform: capitalize;
  border-radius: 30px;
  height: 150px;
  z-index: 9;
  width: 150px;
}
.birth a span em:before{
  content:"";
  position:absolute;
  background:url(images/icon.png) no-repeat;
  background-size:cover;
  left:0;
  top: -34px;
  right:0;
  height:100%;
  width:100%;
  animation: rotate 15s 
linear infinite;
  z-index: -9;
}
.birth a span em svg{
  height: 50px;
  width: 50px;
  display: block;
  margin: 0px auto 0px;
  position: relative;
  padding: 0px 0 0;
  top: 18px;
}
.birth a span em b{
  display: block;
  height: 90px;
  width: 90px;
  background: #5f0100;
  line-height: 100px;
  border-radius: 50px;
  margin: -3px auto 0px;
}
.form-design{
  background: transparent;
  padding: 40px 40px;
  border-radius: 210px;
  margin: 70px 0 0 0;
  border: 1px solid #ffffff;
}
.form-left1{
  padding: 0px 0px 0 0px;
}
.form-left2{
  padding: 38px 0 60px 0;
  background: #f58b37;
  text-align: left;
}
.form-heading{
  padding: 0px;
  text-align: left;
}
.form-heading strong{
  font-size: 29px;
  color: #ffab06;
  display: inline-block;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0 50px 50px 0;
}
.form-heading p{
  color: #ececec;
  font-size: 15px;
  margin: 0;
  padding: 6px 0px 5px 0px;
  line-height: 30px;
  font-weight: 400;
}
.form-group1 {
    padding: 0px 11px;
    text-align: center;
    margin: 8px 0px 6px;
    position: relative;
}
input.form-control1 {
    color: #fff;
    font-weight: 500;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.form-control1 {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
}
.form-control1 {
    height: 49px;
    background-color: #ffffff00;
    border: 1px solid #ffffffb8;
    border-radius: 57px;
    padding-top: 16px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 20px;
    margin-bottom: 10px;
}
textarea.form-control1 {
    height: 80px;
    font-weight: 500;
    color: #fff;
    border-radius: 17px;
    padding-bottom: 17px;
    padding-left: 18px;
    padding-top: 8px;
}
.form-group1 img {
    position: absolute;
    left: 12px;
    top: 8px;
    padding: 0px;
    /* height: 30px; */
}
.form-group1 span{
  margin: 0;
  /* position: relative; */
}


.btn-group{
  padding: 16px 50px 0px 50px;
  margin:0;
  text-align:
  center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group>.btn:first-child {
  background: linear-gradient(90deg, #f78f0f 0%, #9b1f1f 100%);
  padding: 10px 15px 9px;
  color: #ffffff;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 30px;
  width: 80%;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 5px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #fdac00;
  color: #000000;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
}
: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;
}

.whychoose-heading span{
  color: #fdac00;
  margin: 70px 0 0;
  display: block;
  font-weight: 700;
  font-size: 57px;
  text-transform: capitalize;
}
.whychoose-heading p{
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 10px 0 11px;
  text-align: center;
  letter-spacing: 0.5px;
}

/* 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: 0px 0 40px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.choose-heading span{
  color: #000000;
  text-align: left;
  font-size: 21px;
  width: fit-content;
  text-transform: uppercase;
  padding: 0 0 0px 60px;
  display: block;
  font-weight: 500;
  border-radius: 50px;
 }
.choose-heading strong{
  font-size: 54px;
  text-align: left;
  line-height: 60px;
  padding: 0 0 0 20px;
  font-weight: 800;
  color: #000000;
  text-transform: capitalize;
  position: relative;
}
.choose-heading strong:before{
  content: "";
  position: absolute;
  left: -9px;
  background: #feae00;
  height: 100%;
  width: 3px;
  top: 0;
}
.choose-left2{
  padding: 30px 0 30px;
  border-radius: 140px 140px 0 0;
  background: #ffffff;
  position: relative;
}

.choose-left2 span{
  display: block;
  height: 100px;
  width: 100px;
  background: #fdac00;
  border-radius: 50%;
  margin: 0 auto;
  position:relative;
  line-height: 100px;
}

.choose-heading p{
  color: #c3c3c3;
  font-size: 15px;
  line-height: 34px;
  padding: 3px 10px 0;
}
.choose-heading aside{
  color: #ffffff;
  font-size: 15px;
  line-height: 34px;
  padding: 3px 0px 0;
}
.round-position{
  position:relative;
  padding: 0;
}
.choose-left2 span svg{
  height: 60px;
  width: 60px;
  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;
  border-radius: 50px;
  display: inline-block;
  margin: 12px 0 0;
  font-size: 17px;
}
.choose-heading{
  height: auto;
  margin:0 auto;
  padding: 0;
}
.round-choose{position: relative;height: 100px;width: 100px;margin: 0 auto;}
.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 0px 0 0px 0;
}
.choose-design{
    padding: 0 0 0px 0;
}


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

.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 0px;
}
.testimonials-heading aside{
  color: #2b2b2b;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-align: justify;
}
.testimonials-heading strong{
  font-size: 80px;
  text-align: left;
  line-height: 60px;
  font-weight: 400;
  color: #b30100;
  text-transform: capitalize;
  position:relative;
  font-family: Swanley Free;
  padding: 7px 0 7px 10px;
}
.testimonials-heading strong:before{
  content:"";
  position:absolute;
  left:0;
  background:#feae00;
  height:100%;
  width: 3px;
  top:0;
}
.testimonials-heading span{
  color: #000000;
  text-align: left;
  font-size: 21px;
  width: fit-content;
  text-transform: uppercase;
  padding: 0 0 0px 60px;
  display: block;
  font-weight: 500;
  border-radius: 50px;
}


.client{
  margin: 40px 0 0;
}
.testimonials .services-heading p{
}
.testimonials1{
  padding: 15px;
}
.stars{
  padding: 0 15px;
  width: fit-content;
  margin: 0 0 0  auto;
}
.stars svg{
  height: 32px;
  width: 119px;
}
.testimonials2{
  padding: 32px 20px 20px;
  position: relative;
  width: fit-content;
  border-radius: 30px;
  background: linear-gradient(90deg, #000000 0%, #b30100 100%);
}

.testimonials3 strong{
  text-align: left;
  margin: 0;
  display: block;
  border-radius: 11px;
  width: fit-content;
  border-bottom: 2px solid #f8a900;
  color: #000000;
  padding: 4px 10px 2px 10px;
}
.testimonials3 strong p{font-size: 18px;color: #f8a900;text-transform: capitalize;text-shadow: 0 0 8px #FFEB3B;font-weight: 500;width: fit-content;display: inline-block;border-radius: 0 30px 30px 0;}
.testimonials3 strong i{
  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: #ffffff;
  padding: 7px 0 10px;
  line-height: 30px;
  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: 50%;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: #fd8900;
}
.testimonials4 img{
  border-radius: 20%;
  width: 70px !important;
  border: 3px solid #f5ae24;
}

.testimonials4 span .bi{
  height: 30px;
  color: #ffffff;
  width: 30px;
  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 */

/* start footer section */

.footer-section{
  background: #b30100;
  padding: 11px 0 0px;
  position: relative;
}
.navv-footer  ul{
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.navv-footer  ul li{
  color: #000000;
  padding: 5px 16px 5px 16px;
  position: relative;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  background: #ffffff;
  text-transform: capitalize;
  margin: 6px 10px 6px;
}
.navv-footer   ul li a{
  color: #000000;
}

.footer-contact{
  margin: 0px 0 30px;
}
.navv-footer{
  border-top: ;
  margin: 0 auto;
  text-align: center;
}
.contact-left1{padding: 10px 10px 0px;}
.contact-left1 a{
  0 !important;
}
.contact-left2{
  padding: 0 0 0 0;
}
.contact-left1 a span{
  display: block;
  text-align: center;
}
.contact-left1 a span b{
  display: block;
  height: 100px;
  width: 100px;
  background: linear-gradient(90deg, #f78f0f 0%, #9b1f1f 100%);
  border-radius: 50px;
  border: 4px solid #b30100;
  line-height: 91px;
  animation: pulse-2 2s linear infinite;
  margin: 0 auto;
}
@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #fdac00
   }
   to {
      box-shadow: 0 0 0 30px #8db0ea00
   }
}
.contact-left1 a span svg{
  height: 44px;
  width: 44px;
  fill:#fff;
}
.contact-left1 a p{
  padding: 20px 0 10px 0px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.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;
  padding: 3px 0px;
  width: fit-content;
  margin: 0px auto 0;
}

.footer-section iframe{
  vertical-align: bottom;
  height: 280px;
}
.location{position:relative;}
.location a {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  background: #fdac00;
  left: 0;
  color: #000;
  font-weight: 600;
  top: -20px;
  right: 0;
  padding: 4px 10px;
}
.location a span svg{
  height: 50px;
  width: 80px;
}
/* end footer section */


/* start copy section */

.disclaimer{
  position: absolute;
  left: 0;
  width: 90%;
  padding: 10px 10px;
  bottom: 20px;
  background: #4a000070;
  right: 0;
  margin: 0 auto;
}

.disclaimer b{
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
}
.disclaimer strong{
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
  color: #ffffff;
  padding: 4px 0 0;
}
.disclaimer p{
  padding: 7px 0 0 0;
  font-weight: 600;
  color: #ffc107;
  font-size: 15px;
}

/* end copy 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;
}
.center-icon{
  padding: 0;
  text-align: center;
}
.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 50%;
}
.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: linear-gradient(271deg, #b30000, #000000);
  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;
  text-align: left;
  font-family: Swanley Free;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  width: 55px;
  height: 105px;
  border-radius: 41px;
  display: flex;
  line-height: 100px;
  align-items: center;
  position: absolute;
  right: 0px;
  z-index: 111;
  justify-content: center;
  background: #ffa400;
  margin: 0 0 0 auto;
  left: 0;
  bottom: -40px;
}

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

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

.form-about{
  background:linear-gradient(90deg, #000000 0%, #b30100 100%);
  padding: 51px 0 51px;
  margin: 30px 0 0;
}
.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 30px 0 0px;
}
.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;
  text-align: left;
}
.about-content  ul li{
  list-style: none;
  padding: 14px 27px 12px 39px;
  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: linear-gradient(90deg, #f78f0f 0%, #9b1f1f 100%);
}
.about-content  ul li:before{
  content:"";
  position: absolute;
  background: url(images/icon-1.png) no-repeat;
  height: 27px;
  width: 40px;
  left: 11px;
  top: 11px;
  animation: blkk 0.9s infinite ease-in-out;
}
.about-content h2,h3,h4,h5,h6{
  line-height: 33px;
  font-size: 24px;
  padding: 6px 16px 3px 10px;
  margin: 13px 0 11px auto;
  text-transform: capitalize;
  display: inline-block;
  text-align: left;
  color: #fff;
  border-left: 3px solid #ffab06;
}
.about-content h2,h3,h4,h5,h6,strong{
  color: #b30100;
  font-weight: 700;
}
.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: 0px 0 0px;
}
.getintouch .form-about{
  padding: 91px 0 101px;
}
.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: 30px 20px 40px;
  background: linear-gradient(90deg, #f78f0f 0%, #9b1f1f 100%);
  border-radius: 20px;
}
.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: 95px;
  height: 95px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999999999;
  justify-content: center;
  background: #b30000;
}

.getin-icon span strong .bi {
  fill: #ffffff;
  height: 54px;
  width: 54px;
}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-shadow: -1px 2px 10px #ff8901ba;
  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 {background: linear-gradient(173deg, #ffd8b7, transparent);}
.error-page a{
  padding: 0;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.not-found-page p {
  color: #b30000;
  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: #e78730;
}
.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: linear-gradient(90deg, #f78f0f 0%, #9b1f1f 100%);
}

.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;}
  .appointmentt {text-align: center !important;display: block !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;}
  .services-heading strong{font-size: 100px;}
  .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: 130px;}
  .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 30px 0px 0;}
  .other-services2{width:50%;}
  .other-services3 p{font-size: 23px;}
  .breadcrumb-section .last-item{position: absolute;bottom: -70px;width: 45px;right: 20px;}
  .first-item{font-size: 40px;text-align: center;}
  .banner-design{padding:10px !Important;}
  .birth strong{font-size: 42px;}
  .services-heading strong{font-size: 75px;}
  .navv-footer ul li{padding: 4px 6px 4px;margin: 0px 2px 10px 0;font-size: 15px;}
  .choose-heading strong {font-size: 41px;}
  .banner-design{display:flex;}
  .banner-design img{margin:0 !Important;padding:5px;width: 50%;}
  .services-4 a span{font-size: 21px;padding: 5px 18px 2px;}
  .birthchart-tagline a span{font-size: 41px;padding: 20px 13px;display: block;margin: 10px auto 0px;}
  .serv2 a aside{}
  .birthchart-tagline{padding: 40px 0  40px;}
  .birthchart-tagline i{font-size: 16px;}
  .services-4 strong{font-size: 27px;}
  .form-design{border-radius:20px;padding:20px;}
  .choose-heading strong{font-size: 49px;padding: 0;}
  .whychoose-heading span{font-size: 34px;}
  .choose-left2{border-radius:20px;padding: 10px 0 10px;}
  .birth a span em:nth-child(3){display:none;}
  .birth a span em{display:block;margin: 30px auto -30px;}
  .birth a span em b{ margin: 0px auto 40px;}
  .serv{margin:0 !important;}
  .aboutus-1{padding:0 0 20px;}
  .experiences strong{right: -20px;top: -80px;height: 150px;width: 150px;}
  .about-heading p{padding:0;}
  .appointment a{display: inline-block;}
  .testimonials{padding:0 0;}
  .shape{margin: 0 0 -1px;}
  .contact-get-2 {padding: 5px 0px 5px;}
  .contact-get-2 a {display: block;padding: 20px 10px 20px;}
  
}


@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;}
  .appointmentt{display:block !important;text-align: center !important;}
  .dropdown:hover .dropdown-menu{display:none;}
  .navii{padding:0;}
  .appointment a{display: inline-block;}
  .tophead-section{padding:0;}
  .head-center1{text-align:left !important;}
  .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;}
  .experiences strong{right: -50px;}
  .serv1{padding:10px;}
  .chat{bottom: 30px;position: relative;}
  .services-heading strong{font-size: 124px;}
  .menu{margin: 0;}
  .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 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;}
  .birth strong{font-size: 65px;}
  .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;}
  .birth a span{font-size: 70px;}
  .form-design{border-radius:20px;padding:20px;}
  .choose-heading strong{font-size: 40px;padding: 10px 0 10px 10px;}
  .whychoose-heading span{font-size: 44px;}
  .choose-left2{border-radius:20px;padding: 10px 0 10px;}
  
}

@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: 11px;padding: 5px 9px 6px;}
   .birth strong{font-size: 65px;}
  .services-heading strong{font-size: 75px;}
  .navv-footer ul li{padding: 4px 13px 0px;margin: 0px 7px 0;}
  .birth a span{font-size:80px;}
  .form-design{border-radius:20px;padding:20px;}


}
@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;}
  .birth 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: -110px 9px 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;}
  .contact-left1 {padding: 30px 10px 20px 10px;}
  .choose-heading strong{font-size: 33px;line-height: 38px;}
  .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: 60px;}
  .experiences strong{height: 130px;width: 130px;}
  .experiences strong p{font-size: 11px;}
  .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: 41px;padding: 10px 13px 10px;}
  .form-heading strong{font-size: 32px;line-height: 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;}
  .form-group1 {padding: 0px 1px;}
  .services-heading span{padding: 0;margin: 0 0 0px 0;}
  .testimonials-heading strong{font-size: 47px;}
  .testimonials-heading span{padding:0;}
  .location a{font-size: 12px;}
  .location a span svg{position:absolute;top: -40px;left: -10px;}
  .disclaimer{position:relative;width: 100%;}
  .appointment .cricle-round{display:none;}
  .appointment .cricle-phoneno{padding:0;margin: 0;}
  .about-content h2, h3, h4, h5, h6{font-size: 26px;line-height: 34px;}
  .about-content ul li{display:block;}
  .not-found-page p svg{
    height: 80px;
    width: 80px;
}
}

@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;}
  .navbar-toggler{margin: -80px 9px 0 auto;}
  
}


















