@import url('https://fonts.googleapis.com/css2?family=Anton&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap');

html{
    margin:0 !important;
    padding:0 !important;
}

body{
  margin:0;
  padding:0;
  color: #149aa4;
  font-family: "Plus Jakarta Sans", sans-serif;
}
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{
  position: relative;
  z-index: 9;
}
.tophead-section:before{
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, #36083b, #149aa4)
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
}
.tophead{
  padding: 0px 0px 0px;
}
.topleft{
   padding: 0;
   position: relative;
   text-align: center;
}
.topleft a{
  color: #000;
  font-size: 30px;
  padding: 10px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  position:relative;
}

.topleft a b{
  background: linear-gradient(to right, #ad5389, rgb(60, 16, 83));
  content:"";
  position: absolute;
  display: block;
  height: 60px;
  top: 20px;
  width: 60px;
  border-radius:50%;
  line-height: 63px;
  right: 30px;
  animation: dot-grow 1.6s linear infinite;
  text-align: center;
}
@keyframes dot-grow {
  0% { box-shadow: 0 0 0px 10px #ffffff33; }
  50% { box-shadow: 0 0 0px 0px #ffffff33;}
  100% { box-shadow: 0 0 0px 10px #ffffff33; }
}
.topleft a b .bi{
  height: 1.8rem;
  width: 1.8rem;
}
.topright span{
  background: #a95187;
  border-radius: 0 0px 30px 30px;
  font-size: 17px;
  padding: 6px 0px;
  font-weight: 500;
  display: block;
  color: #000;
  text-align: center;
}
.topright span b .bi{
  height: 1.4rem;
  width: 1.4rem;
  color: #ad5389;
  margin: 0px 0 -1px;
}
.topright span b{
  display: inline-block;
}
.cen-design{
}
.head-logo1{
  padding: 0px 0 0 0;
}
.head-logo2 img{
  /* height: 85px; */
}
.head-navigation1{
  margin: 0 auto;
}
.mobile{display:none;}
/* end top head section */ 


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  margin: 10px 0 0;
  padding: 0;
  position:relative;
  border-radius: 12px 12px 0px 0px;
  z-index: 5555;
  box-shadow: -6px 1px 8px #e1e1e1;
}

.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 13px;
  color: #fff;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #333333;
  display: inline-block;
  padding: 4px 15px 4px;
  border-radius: 5px;
  transition: 0.1s ease-in;
}

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

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

.menu li a:hover{
  background: #db2430;
  color: #ffffff;
}
.menu li a.active-1 {
  background: #db2430;
  color: #ffffff;
  font-weight: 500;
}

.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: 999999;
  border-radius: 0;
  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;
  color: #fff;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  color: #1d1d1d;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  font-weight: 500;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li:hover{
  background: #db2430;
}
.dropdown-menu ul li:hover a{
  color: #ffffff;
}
.dropdown-menu ul li:last-child{
  padding-bottom:12px;
}
.dropdown-menu ul li:first-child{
  padding-top:12px;
}
.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;
}

/* end navigation section*/


/* start fixed head css */

.fixed-top {
  position: fixed;
  top: 0;
  padding: 0px 40px 0 !important;
  right: 0;
  left: 0;
  margin:0 auto;
  z-index: 1030;
  height: auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 13px 3px #c3c3c369;
}
#navbar_top .row{
  justify-content: center;
  align-items: center;
}
.fixed-top .head-logo2 img {
  height: 67px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 10px;
}
.fixed-top .navigation {
  padding: 0px 0px 0;
}
.logo-image{
  display:none;
}
.fixed-top .logo-image{display:inline-block;width:30%;}
.fixed-top .logo-image img{
    height: 60px;
}
.fixed-top .head-navigation1{width:70%;margin: 0;}
.fixed-top .hide-head{display:none;}

.fix-naigation{
  padding: 0;
  position: relative;
}

/* end fixed head css */

/* start book appointment section  */

.head-right{padding: 0 0 0 30px;text-align: center;}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1 a span{
  background: #ffffff;
  border: 4px solid #cd2836;
  display: inline-block;
  margin: 0 auto -17px 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.head-right1 a span img{
  display:block;
  margin: 5px auto;
  height: 33px;
  /* filter: brightness(0) invert(1); */
}
.head-right1 a{
  padding: 8px 20px 0 0;
  text-align:center;
  font-size: 28px;
  position:relative;
  font-weight: 800;
  display: inline-block;
  color: #000000;
  margin: 0 auto;
}
.head-right1 ul li a:before{
  content: "";
  background: #ffffff;
  height: 60px;
  width: 60px;
  display: block;
  position: absolute;
  border-radius: 100%;
  top: -30px;
  left: 0;
}
.head-right li img{
  height: 37px;
  z-index: 9;
  position: relative;
}
.head-right1 ul .chat-online a{
  position: relative;
  background: #6cb736;
  padding: 2px 27px 6px 9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #fff;
  border-top: 0px;
  text-transform: capitalize;
  color: #fff;
  margin: 3px 0  0;
  text-shadow: none;
  font-size: 25px;
}
.head-right1 ul .chat-online a:before{
  display:none;
}
.head-right1 ul .chat-online a img{
  height: 41px;
  position: absolute;
  bottom: -30px;
  filter: none;
  top: auto;
  right: 0;
  z-index: inherit;
  animation: pulse 1s infinite linear;
}
.head-right1 ul .chat-online{
  padding: 0 0 0 15px;
}
/* end book appointment section */




/* start slider section  */

.slide-section{
  position: relative;
}
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffffff;
  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 top services section */

.topservices-section{
  position: relative;
  z-index: 9;
  padding: 0px 0 0px;
}


.design-aboutus{
  padding: 0 20px 0 20px;
}
.about-heading{text-align: center;}
.about-heading p{
  color: #ffffff;
  width: fit-content;
  padding: 6px 33px;
  font-size: 18px;
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 auto;
}
.about-heading h1{
  font-size: 61px;
  font-family: "Anton", sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  color: #d82533;
}
.about-heading h1 a{
  color: #d82533;
}
.content-about p{
  color: #202020;
  padding: 0 0 10px 0;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.content-about h2,h3,h4,h5,h6{
  color: #ffffff;
  padding: 5px 19px;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  margin: 10px 0 12px 0;
  background: #d52637;
}
.whatsapp-icon a{
  position:absolute;
  height: 100%;
  width: 100%;
  top: -20px;
  right: 0;
  display: block;
  left: auto;
}
.content-about  ul{
  padding: 20px;
  margin: 0;
  list-style: none;
  background: #8a4075;
}
.content-about  ul li{
  font-size: 15px;
  font-weight: 400;
  padding: 7px 26px 8px 33px;
  position: relative;
  display: inline-block;
  color: #000000;
  border-radius: 40px;
  background: #fff;
  margin: 7px 7px 0;
}

.content-about  ul li:after{
  height: 35px;
  width: 35px;
  line-height: 37px;
  color: #e11e43;
  font-size: 29px;
  top: -1px;
  left: 12px;
  position: absolute;
  border-radius: 50%;
  content: "\2771";
}
.whatsapp-icon a img{
  animation: rotation 10s infinite linear;}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.list-design ul{
  position:relative;
  padding: 20px 20px 20px 20px;
  margin: 0;
}
.list-design ul:after{
  background:#804292;
  z-index: -9;
  content:"";
  position:absolute;
  height:100%;
  width: 100%;
  right:0;
  top:0;
  border-radius: 30px;
}

.list-design ul li{
  color: #000000;
  margin: 0px 0px 20px 0px;
  list-style: none;
  position: relative;
}
.list-design ul li:last-child{margin:0;}
.list-design ul li a{
  color: #ffffff;
  display: block;
  padding: 11px 10px 11px 10px;
  border-radius: 40px;
  font-size: 16px;
  text-transform: capitalize;
  border:2px solid #eee;
  background: #ffffff00;
  font-weight: 500;
}

.banner-love{
  padding:30px 0 0 0;
}
.maincontent-left1{
  padding:0 40px 0 0px;
}
.aboutus-left1{
  padding:0 0px 0 40px;
}
.design-form{
  padding: 0;
  margin: 0;
}
.form-design2{padding: 0 0 20px 0;}
.form-design2 img{
  border-radius:30px;
}
.heading-form{
  color: #fff;
  text-align: center;
}

.contac-rr {
   padding: 17px 0px 0px;
   margin: 0;
   text-align: left;
}
.form-group1 {
   padding: 0;
   text-align: center;
   margin: 5px 0px 5px;
   position: relative;
}

input.form-control1 {
   color: #252525;
   font-weight: 400;
}
input[type=date]:invalid::-webkit-datetime-edit {
   color: #000000;
}

.form-control1 {
  height: 44px;
  background-color: #ffffff00;
  border-radius: 0;
  border-radius: 20px;
  display: block;
  width: 100%;
  padding: 19px 14px 17px 14px;
  font-size: 14px;
  box-shadow: none;
  border: 2px solid #fff;
}
textarea.form-control1 {
  height: 110px;
  color: #fff;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 16px 0 0px 0;
  margin: 0 auto;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group>.btn:first-child {
  padding: 10px 15px 10px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  background: #000000;
  font-weight: 500;
  border:0;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #ffffff;
  color: #000000;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  font-size:14px;
  font-weight:500;
}
: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;
}

.list-services ul li{
  padding: 11px 51px 11px 20px;
  border-radius: 50px;
  color: #1e1e1e;
  box-shadow: 0px 0px 4px 2px #dbdbdb;
  margin: 20px 0 10px 0;
  list-style: none;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.list-services ul li:after{
  content:"";
  position: absolute;
  background: url(../../../index.html) no-repeat;
  height: 32px;
  width: 32px;
  right: 8px;
  top: 10px;
}
.list-services ul li:before{
  content:"";
  position: absolute;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  right: 8px;
  top: 5px;
}
.text-services p{
  font-size: 48px;
  padding: 20px 0 0;
  font-weight: 600;
  color: #149aa4;
  text-transform: capitalize;
}
.text-services strong{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.text-services a{
  color: #000000;
  
  width: fit-content;
  padding: 6px 33px;
  margin: 10px 0 0;
  font-size: 22px;
  display: inline-block;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
}
.shiv-image{
  margin:-50px 0 0 0;
}

.choose-contact{padding: 0 40px 0 0px;}
.choose-contact1 a{
  display: block;
  text-align: left;
  padding: 40px 20px 30px;
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  position: relative;
  border-radius: 0 60px 60px  0;
}
.choose-contact a p{
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
.choose-contact a span{
  display: block;
  font-size: 65px;
  color: #ffffff;
  padding: 0;
  font-weight: 400;
  font-family: "Anton", sans-serif;
}
.choose-contact a b{
  background: #ffffff;
  text-align: center;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  display: block;
  line-height: 140px;
  margin: 0 auto;
  z-index: 9;
  position: absolute;
  right: 20px;
  top: 29px;
}
.choose-contact a b:before{
  background: #a1376f;
  content:"";
  position:absolute;
  height: 110px;
  width: 110px;
  border-radius:50%;
  left: 0;
  z-index: -9;
  right: 0;
  margin: 0 auto;
  top: 14px;
}
.choose-contact a b img{
  height: 70px;
  filter: brightness(0) invert(1);
}
.choose-text p{
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 20px 0 0 30px;
}
.choose-text  a{
   padding: 20px 0 0 30px;
}
.txt-ani{
  font-size: 71px;
  font-family: "Anton", sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  color: #281431;
  padding: 20px 0 0px;
}
/* end top services section*/


/* start services section */

.services-section{
  background: linear-gradient(#d02a36 57%, #ffffff 47%);
  padding: 0px 0 80px;
  position:relative;
}

.whatsapp-chatt{
  position:absolute;
  bottom: 0;
  left: 20px;
}
.whatsapp-chatt a{
  display:block;
}
.whatsapp-chatt a img{
  animation: rotation 15s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0);

  }
  to {
    transform: rotate(1turn);
      
  }
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.inner{
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.serv-heading{
  position:relative;
  padding: 45px 35px 45px;
  background: #fff;
  border-radius: 0 0 50px 50px;
}
.services-heading{
  position:relative;
  padding: 0 40px 0 0px;
}

.services-heading strong{
  font-size: 66px;
  line-height: normal;
  display: block;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  position:relative;
  font-family: "Anton", sans-serif;
}
.services-heading p{
  color: #363636;
  font-size: 18px;
  padding: 4px 0 0;
  line-height: 36px;
}
.services-heading span{
  color: #ffffff;
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  width: fit-content;
  padding: 8px 25px 7px;
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.services-astrology img{border-radius:50px;}



.contact-services strong{
  font-size: 34px;
  display: block;
  font-weight: 600;
}
.contact-services a{
  display:block;
}
.contact-services a p{
  display:block;
  font-size: 30px;
  background: #fff;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}
.contact-services a span{
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}
.contact-services{
  padding: 30px 22px;
}
.contact-services img{
 height: 120px;
 animation: rotation 10s infinite linear;
}

.services-1{
  padding: 10px 10px 20px;
}
.page-services .services-2{
  border: 1px solid #c5c5c5ee;
  border-radius: 300px 300px 0 0;
}
.services-2{
  padding: 15px 15px 30px;
  position:relative;
  background: #fff;
  border-radius: 15px;
  z-index: 9;
}

.services-3{padding: 0px 0px 0 0px;}
.services-3 img{
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  display: block;
  border-radius: 50%;
}
.owl-carousel .owl-item img{
  width:80%
}
.services-3 a{
  position: absolute;
  height: 62px;
  width: 62px;
  line-height: 73px;
  border-radius:50%;
  color: #103b63;
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  left: -10px;
  margin: 0 auto;
  bottom: -10px;
  overflow: visible;
}
.services-3 a .bi{
  height: 30px;
  width: 30px;
  color: #ffffff;
  animation: pulse 0.5s infinite linear;
}
.services-4{
  padding: 20px 0px 0 0px;
}
.services-4 strong{
  display: block;
  padding: 8px 0;
  text-transform: capitalize;
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.services-4 p{
  color: #404040;
  line-height: 29px;
  padding: 0px 0px;
  font-size: 16px;
  z-index: 9;
  position:relative;
}

.services-4 a{
  color: #ffffff;
  display: inline-block;
  margin: 13px 0 0;
  letter-spacing: 3px;
  padding: 9px 10px;
  background: #db2430;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.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: #ffff;
  background: #883e88;
  font-size: 60px;
  display: inline-block;
  margin: 0px 0px 0 0px;
  height: 61px;
  width: 30px;
  text-align: center;
  line-height: 50px;
}
.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;}



.more-serv a{
  text-align:center;
  text-transform: uppercase;
  font-size: 159px;
  font-family: "Anton", sans-serif;
  display:block;
  width: fit-content;
  font-weight: 400;
  padding: 0px 80px;
  color: #e2e2e2;
  margin: 0px 0 0 auto;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}


/* end services section */

/* start why choose us section */

.whychoose-section{
  padding: 60px 0 40px;
  position: relative;
  background: #130525;
  position:relative;
  z-index:9;
}
.whychoose-section:before{
  content:"";
  position:absolute;
  background: url(images/astrology-background.jpg) no-repeat;
  height:100%;
  width: 100%;
  right:0;
  bottom: 0;
  background-size: cover;
  z-index:-9;
  opacity: 0.1;
}
.choose-heading span{
  color: #ffffff;
  width: fit-content;
  padding: 6px 33px;
  font-size: 25px;
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin: 0 auto;
 }
.choose-heading strong{
  font-size: 87px;
  line-height: normal;
  display: block;
  margin: -17px 0 0;
  font-weight: 200;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  font-family: "Anton", sans-serif;
}
.choose-heading p{
  color: #323232;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px 0 0;
  font-weight: 500;
  line-height: 32px;
}
.choose-left2{
  padding: 10px 0;
  border-radius: 20px;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-left2 span{
  display: block;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  line-height: 145px;
  position:relative;
  margin: 0 auto;
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  z-index: 9;
}
.choose-left2 span:before{
  content:"";
  height: 100px;
  width: 100px;
  background: #fff;
  position:absolute;
  border-radius: 50%;
  left: 0;
  top: 20px;
  right: 0;
  margin: 0 auto;
  z-index: -9;
}
.round-choose{
  position:relative;
  margin: 0 auto;
  width: 30%;
}

.choose-left2 span img{
  animation: pulse 2s infinite  linear;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  }
.choose-left2 p{
  color: #464646;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 0px 0;
}
.choose-left2 strong{
  text-transform: capitalize;
  color: #000000;
  background: #ffffff;
  padding: 0;
  border-radius: 50px;
  text-align: left;
  display: block;
  margin: 0;
  font-size: 24px;
}
.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 0px 0 0px 0;
}
.choose-content p{
  color: #ffffff;
  font-size: 15px;
  line-height: 32px;
}
.choose-content p strong{
  color: #db156f;
}
.choose-content a{
  display: block;
}
.choose-content a span{
  color: #fff;
  padding: 0px 23px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 37px;
  display: block;
  background: #2ebe41;
  margin: 0 auto;
}
.choose-content a b{
  margin: 0;
  padding: 0px 0 0;
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #2ebe41;
  text-transform: uppercase;
}
.choose-bottom1{
  position: relative;
  padding: 10px;
}
.round-text{
  background: #fff;
  margin: 0px 0 1px 0px;
  position: relative;
  border-top: 0;
  width: 70%;
}
/* end why choose us section */

/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 9;
  padding: 100px 0 100px;
}
.testimonials .choose-heading strong{
  color:#d1273a;
}
.testimonials1{
  padding: 10px;
}
.testimonials2{
  padding: 20px;
  background: #130525;
  position:relative;
  border-radius: 30px;
  z-index:9;
}
.testimonials2:before{
  content:"";
  position:absolute;
  background: url(images/astrology-background.jpg) no-repeat;
  height:100%;
  width: 100%;
  right:0;
  bottom: 0;
  background-size: cover;
  z-index:-9;
  opacity: 0.1;
  border-radius: 30px;
}
.coma span{
  display: block;
  transform: rotate(179deg);
  text-align: left;
  position: absolute;
  right: 0;
  color: #ffffff;
  bottom: 0;
  opacity: 0.2;
  left: 0;
  margin: 0 auto;
}
.coma span .bi{
  height: 60px;
  width: 60px;
}

.testimonials4 img{
  border-radius: 20%;
  height: 70px;
}
.testimonials4 p{
  color: #ffffff;
  font-weight: 400;
  padding: 0px 0 7px  0;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
}
.testimonials4 {
  position: relative;
  border-radius: 10px;
  padding: 0px 0px 0px;
}
.testimonials4 span{
  text-transform: capitalize;
  display: block;
  color: #ffffff;
  font-size: 17px;
  text-align: left;
  border-top: 1px solid #6f8455;
  font-weight: 600;
  padding: 10px 0 0px;
}
.testimonials4 span b{
  font-weight: 600;
  color: #fff900;
  text-transform: capitalize;
  font-style: italic;
  float: right;
}
.star i {
  color: #fff900;
  padding: 2px 15px 3px 13px;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.star i b{
  display:inline-block;
  padding: 0 3px;
}
.star i b .bi{
  height: 18px;
  width: 18px;
  filter: drop-shadow(0px 1px 15px #ffe400a8);
}
.whatsapp-services{
  background: #461159;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-services a{
  display:block;
}
.whatsapp-services img{
  animation: rotation 10s infinite linear;
}
.client {
  padding: 50px 0 0;
}
/* end testimonials section */


/* start form section  */

.form-section{
  padding: 0;
  position:relative;
  overflow: hidden;
  z-index:9;
}
.form-section1{
  padding: 50px 0 70px;
}

.form-left1{
  padding: 30px 10px 0 0px;
}
.form-left2{
  padding: 28px 20px 60px 20px;
  border-radius: 30px;
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  text-align: left;
  position:relative;
  z-index:9;
}
.form-left2:before{
  content:"";
  position:absolute;
  background: url(images/background-footer.jpg) no-repeat;
  height:100%;
  width: 100%;
  right:0;
  bottom: 0;
  background-size: cover;
  z-index:-9;
  opacity: 0.4;
  border-radius: 30px;
}
.form-heading{
  padding: 0px;
  text-align: center;
}
.form-heading strong{
  font-size: 41px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0;
}
.form-heading p{
  text-transform: capitalize;
  color: #000000;
  font-size: 19px;
  width: fit-content;
  margin: 0 auto;
  background: #fffd00;
  padding: 6px 40px 5px 20px;
  line-height: 26px;
  font-weight: 600;
}

input.form-control1 {
    color: #ffffff;
    font-weight: 500;
}

.form-right1{
  padding: 0px 0px 0px 20px;
}
.form-right2{
  padding: 0px;
}
.banner-evileye{
  padding: 0px 0 0px;
  text-align: center;
}
.banner-evileye img{
  
}

.right-round-form{
  position: absolute;
  top: 37%;
  left: -260px;
  overflow: hidden;
  z-index: -9;
}
.right-round-form img {
  margin: 0 auto;
  display: block;
  animation: rotation 15s linear infinite;
}
.right-round-form-right{
  position: absolute;
  top: 39%;
  right: -260px;
  left:auto;
  overflow: hidden;
  z-index: -9;
}
.right-round-form-right img{
  margin: 0 auto;
  display: block;
  animation: rotation 15s linear infinite;
}


.services-our1{
  text-align: center;
  margin: 0 0 20px 0;
  padding: 45px 15px 30px;
  position:relative;
  background: #281431;
  z-index: 9;
}
.services-our1:before{
  content:"";
  position:absolute;
  background: url(../../../index.html) no-repeat;
  height:100%;
  width: 100%;
  left:0;
  bottom: 0;
  opacity: 0.2;
  z-index: -9;
  background-size: cover;
}
.services-our1 strong{
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
}
.services-our1 strong span{
  color: #fff900;
  font-weight:600;
}
.services-our1 a{
  font-size: 51px;
  color: #d1273a;
  font-weight: 800;
  display: inline-block;
  text-decoration: none;
  border-radius: 60px;
  position: relative;
  padding: 0px 40px;
  width: fit-content;
  margin: 20px 10px 20px;
  background: #ffffff;
}
.services-our1  b{
  background: #ffffff;
  border: 11px solid #d1273a;
  display: inline-block;
  margin: -7px auto 0px;
  width: 110px;
  height: 110px;
  line-height: 120px;
  border-radius: 50%;
}
.services-our1 b img{
  display:block;
  margin: 14px auto 0;
  height: 60px;
}
.contact-call a{
  display:block;
  background:#a70405;
  writing-mode: vertical-rl; /* This makes text flow vertically from right to left */
  font-size: 40px;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  position: relative;
  border-radius: 80px;
  padding: 90px 30px 30px 40px;
}
.contact-call a span{
  display: block;
  position: absolute;
  height: 70px;
  background: #ffffff;
  width: 70px;
  line-height: 70px;
  left: 31px;
  top: 10px;
  margin: 0px 0px 0px 0px;
  border-radius: 50%;
}
.contact-call a span svg{
  height: 50px;
  margin: 13px 10px 0 0;
  fill: #a70405;
}
.chat-online a{
  background: #02c91c;
  padding: 30px 30px 90px 40px;
}
.chat-online a span{
  right: 29px;
  left: auto;
  bottom: 10px;
  top: auto;
}
.chat-online a span svg{
  
}
.contact-astro{
  padding:30px 0 0 0;
}
/* end form section  */

/* start other services section */

.otherservices-section{
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  padding: 60px 0 60px;
  position:relative;
  z-index: 9;
}
.otherservices-section:before{
  content:"";
  position:absolute;
  background:url(images/background-footer.jpg) no-repeat;
  height:100%;
  width: 100%;
  left:0;
  top:0;
  background-size: cover;
  z-index: -9;
  opacity:0.1
}
.othersrv-heading span{
  letter-spacing: 5px;
  color: #f9ff00;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0;
}
.othersrv-heading strong{
  font-size: 83px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
  line-height: normal;
  font-family: "Anton", sans-serif;
  "Anton", font-family: sans-serif;
}
.other-services{
}
.other-services1{
  padding: 10px;
}
.other-services2{
}
.other-services2 img{
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  position:relative;
}
.other-services2 img:before{
  height:100px;
  width:100px;
  border-radius:50%;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  background: #621f1f;
  z-index: 9;
}
.other-services2 span{
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding: 13px 0 0;
  font-size: 20px;
  text-transform: capitalize;
  text-align:center;
}
.other-services2 p{
  color:#fff;
  line-height: 26px;
  padding: 6px 0 0 0;
  text-align: center;
}
/* end other services section*/




/* start footer section */

.footer{
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  padding: 60px 0 0px;
  position:relative;
  z-index: 9;
}
.footer .whatsapp-chatt{
    right: 20px;
    left: auto;
    top: -90px;
    bottom: auto;
    z-index: 9;
}
.footer .whatsapp-chatt img{height: 140px;animation: none;}
.footer:before{
  content:"";
  position:absolute;
  background:url(images/background-footer.jpg) no-repeat;
  height:100%;
  width: 100%;
  left:0;
  top:0;
  background-size: cover;
  z-index: -9;
  opacity:0.1
}
.map-design iframe{
  vertical-align: bottom;
  border-radius: 40px;
  padding: 7px;
  height: 220px;
}
.map-design  strong{
  background: rgb(226 55 71);
  padding: 16px 10px;
  position: absolute;
  bottom: 80px;
  color: #fff;
  left: 0;
  right: 0;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  font-size: 19px;
  line-height: 27px;
}
.map-design  strong span{
  display: inline-block;
}
.map-design  strong span .bi{
  color: #ffffff;
  height: 2.4rem;
  width: 2.4rem;
  margin: -12px 0 -10px 0;
}
.contact-info1{
  padding: 0 30px 0 0px;
}

.footer-call{
  padding: 30px 20px;
  background: #fff;
  position: relative;
  margin: 30px 0 0;
  border-radius: 20px;
}
.footer-call a{
  display: block;
  padding: 40px 30px 50px 90px;
  text-align: left;
  position: relative;
  background: #fff;
}
.footer-call span{
  display: block;
  line-height: 63px;
  position: absolute;
  text-align: center;
  left: 10px;
  height: 70px;
  width: 70px;
  background: #5b2e7b;
  border-radius: 50%;
  top: 11px;
  margin: 0 0px 0 0px;
}
.contact-info2 span img{
  height: 40px;
  filter: brightness(0) invert(1);
}
.contact-info2 strong{
  font-size: 19px;
  display: inline-block;
  padding: 0px 0px 0 80px;
  position: relative;
  text-align: left;
  color: #000000;
  margin: 0;
  text-align: revert-layer;
  font-weight: 700;
}
.copy aside{
  padding: 20px;
  margin: 00 0;
  z-index: 999;
  position: relative;
  border: 1px solid #fff;
  margin: 40px 0 0;
}
.copy b{
  display:block;
  color: #ffffff;
  font-weight: 600;
}
.copy strong{
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  padding: 3px 0 0;
  text-align: center;
  display: block;
}

.copy p{
  font-weight: 600;
  color: #caff00;
  padding: 15px 0 30px;
  font-size: 16px;
}
.info-baba ul li{
  list-style: none;
  position:relative;
  padding: 11px 0 0 10px;
  display: inline-block;
}
.info-baba ul li a{
  color: #fff;
  text-align: left;
  position:relative;
  border-radius: 40px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  border: 1px solid #eee;
  display: block;
  padding: 8px 30px 7px 40px;
}
.info-baba ul li a:after{
  content: "";
  position: absolute;
  left: 17px;
  height: 15px;
  top: 12px;
  width: 16px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}
.info-baba strong{
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0 50px 50px 0;
}
.info-baba b{
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0 50px 50px 0;
}
.info-baba{
  padding: 0 20px 0 0px;
}
.contact-info2{
}
/* end footer section */


/* start bread crumb section  */

.breadcrumb-section{
  padding: 30px 0 30px;
  position:relative;
}
.breadcrumb-section:after{
  content:"";
  position:absolute;
  background:url(images/background-footer.jpg) no-repeat;
  height:100%;
  width: 100%;
  z-index: -9;
  left:0;
  top:0;
  background-size: cover;
  opacity:0.1;
}
.breadcrumb-section:before{
  content:"";
  position:absolute;
  background: linear-gradient(-90deg, #7b4397 0%, #db2430 100%);
  height:100%;
  width: 100%;
  z-index: -9;
  left:0;
  top:0;
  background-size: cover;
}
.first-item {
  font-size: 46px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 800;
  padding: 0 0 0px 0;
  z-index: 9;
  position: relative;
}
.first-item a {
  color: #ffffff;
  text-align: left;
  display: block;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  color: #ffffff;
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  background: #c02132;
  margin: 0 0 0 auto;
  border-radius: 50px;
  padding: 3px 30px 3px;
  text-transform: capitalize;
}
/* end bread crumb section  */

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


.getintouch{
  padding:100px 0;
}
.getin-left1{
  padding:0 30px 0 0;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0 0 30px;
}
.contact-get-2{
  padding: 25px 10px 25px;
  background: #713b86;
}
.getintouch .form-left2 {
    padding: 28px 20px 40px 20px;
}
.contact-get-2 a{
  background:-webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  display: block;
  padding: 40px 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{
  display: block;
  height: 100px;
  width: 100px;
  background: #fff;
  border: 9px solid #aa5188;
  border-radius: 50px;
  line-height: 100px;
  margin: 0 auto;
}
.getin-icon span strong .bi{
  height:2.3rem;
  width:2.3rem;
  color: #4d1a5b;
}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  display: block;
  padding: 4px 0px 0px;
  border-radius: 50px;
}
.getin-content p{
  color: #000000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 16px 0 0px;
  font-size: 17px;
  font-weight: 600;
}
.image-choose1 span{
  display: block;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  color: #fffd00;
  text-transform: uppercase;
}
.image-choose1 span img{
  height: 60px;
}




.map{
  padding:40px 0 0;
}
.map span {
  background: rgb(216 11 79);
  padding: 15px 10px;
  position: absolute;
  bottom: 100px;
  color: #fff;
  left: 0;
  right: 0;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  font-size: 23px;
  line-height: 20px;
}



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


.inner-page{
  background: #fff;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.banner-whatsapp a{
  display:block;
}
.banner-whatsapp a img{
  border: 1px solid #bdbdbd;
  border-radius: 30px;
  }
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* ============================================ 
         Our Services page css 
 ============================================ */
.servicespage-section{
  background:#fff;
  padding: 50px 0 70px 0;
}
.servicespage-section:before:after{
  display:none;
}
.services-page .services-2{
  background: #ffe5d3;
}
.services-page{
  padding:10px;
}


/* ============================================ 
        END Our Services page css 
 ============================================ */

.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  width: 100%;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 50px;
  bottom: 15px;
  width: 50px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #fd0202;
  line-height: 48px;
  border-radius: 50%;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
 

}
@keyframes ripp{
0%{transform: scale(0.9);}
20%{transform: scale(1);}
40%{transform: scale(1.1);}
60%{transform: scale(1.2);}
80%{transform: scale(1.3);}
100%{transform: scale(1.4);}

}


@keyframes rip{
0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}


}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
    height: 27px;
}


@media (max-width: 767px){
  body{text-align: center;}
  .head-right1 ul li:nth-child(2){display:none;}
  .head-right1 ul .chat-online{display:none;}
  .head-right ul li{margin:0;}
  .head-right1 ul li a{font-size: 20px;}
  .navigation {padding: 0px 0 0px;margin: 0;}
  .head-logo2 img{height: 70px;margin: 0 auto 0 0;display: block;}
  .nav_bar{padding-top:10px !important;}
  .menu li a {padding: 4px 24px 4px;}
  .menu li{display:block;padding: 5px 0;}
  .fixed-top .menu{padding: 30px 0 0;}
  .navbar-collapse.in{overflow-y: visible;}
  .dropdown-menu {display: none;margin-top: 0;}
  .dropdown:hover .dropdown-menu{display: none;}
  .open>.dropdown-menu {display: block !important;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-toggle::after{display:none;}
   .book-appointment{display:none;}
  .head-logo1{width:100%;text-align: left;}
  .head-right{width:100%;padding: 0;}
  .contact-number a{padding:0;}
  .head-navigation1{width: 85%;}
  .fixed-top {padding: 0px 20px 0 !important;}
  .menu li{display:block;}
  .head-navigation2{border-radius:0;padding: 0;}
  .tophead-section:before{display:none;}
  .dropdown:hover .dropdown-menu{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;}
  #navbar_top .row{padding-bottom: 0;}
  .slide-section{margin:0;}
  .slide-btn b{height: 25px;width: 16px;}
  .slide-btn b span{height: 20px;margin: 3px 0px 0 -5px;width: 16px;}
  .carousel-control-next b span{margin: 3px 0px 0 0px;width: 1rem;}
  .design-aboutus {padding: 40px 0px 0 0px;}
  .topservices-section:after{display:none;}
  .whychoose-section:before{display:none;}
  .list-services{padding: 0 12px;}
  .list-services ul li {padding: 11px 51px 11px 14px;font-size: 15px;margin: 10px 0 10px 0;}
  .text-services p{font-size: 40px;}
  .contact-services{margin: 20px 0 0 0;padding: 30px 14px;}
  .testimonials{padding: 50px 0px 50px;}
  .topservices-section { padding: 60px 0 50px;}
  .footer{padding: 30px 0;}
  .choose-left2 strong{padding: 0;font-size: 19px;}
  .contact-info2 span{right: -0px;}
  .contact-info2 ul li {padding: 10px 0 0px 0px;display: block;}
  .disclaimer {padding: 14px;margin: 20px 0 0;}
  .disclaimer b{text-align:center;}
  .disclaimer strong{text-align:center;}
  .whatsapp-icon a{right:40px;}
  .shiv-image{margin:0;}
  .copy p{ padding: 11px 20px;font-size: 12px;margin: 10px auto 20px;}
  .getin-left1 {padding: 0 0px 30px 0;}
  .getintouch {padding: 100px 0px;}
  .contact-get-2 {padding: 15px 10px 15px;}
  .maincontent-left1{padding:0 0px 0 0px;}
  .aboutus-left1 { padding: 0 0px 0 0px;}
  .inner-page{padding:100px 15px;}
  .maincontent-right1{padding: 0 0px 20px;}
  .formaboutus{padding:0 15px;}
  .whatsapp{padding-top: 0 !important;}
  .services-3 img{height:auto;}
  .services-heading span{font-size: 16px;}
  .choose-heading strong{font-size: 67px;}
  .form-right1 { padding: 20px 0px 0px 0px;}
  .form-left1 { padding: 0px 0px 0 0px;}
  .testimonials:after{display:none;}
  .contact-info1 {padding: 0 0px 50px 0px;}
    .choose-left2 span{height: 100px;width: 100px;line-height: 115px;}
  .choose-left2 span:before{height:80px;width:80px;}
  .choose-left2 span img{height:80px;}
   .round-text strong{font-size: 18px;padding: 0 0 0 0px;text-align: center;}
  .othersrv-heading strong {font-size: 41px;}
  .banner-love{text-align:center;}
  .choose-contact {padding: 0 0px 0 0px;}
  .choose-contact1 a{border-radius: 0;}
  .more-serv a{font-size: 100px;}
  .screen{display:none;}
  .mobile{display:block;}
  .contact-info1 {padding: 0 0px 0 0px;}
  .map-design iframe{width:50%;}
  .map-design{display:flex;}
  .choose-left2 {padding: 20px 0;display: block;}
  .round-choose{width:100%;}
  .round-text{width:100%;}
  .contact-info2 strong{padding: 0px 0px 0 0px; text-align: center; margin: 0 auto;display: block;font-size: 23px;}
  .info-baba ul li a{display:block;}
  .getin-content strong b{ display: block;}
  .banner-love-about{padding: 10px 0 0 !important;}
  .serv-heading { padding: 45px 15px 45px;}
  .page-services .services-2 .services-4 strong{font-size: 21px;}
  .services-heading{padding:0 0 30px;}
  .services-our1 a{font-size:30px;}
  .footer .whatsapp-chatt img{height:100px;}
   .footer .whatsapp-chatt{left:0;right:auto;}
  


  
 


  .fix{display:block;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-section{margin:0;}
  .navigation{padding: 0px 19px;}
  .menu{padding:10px 0 0 0;}
  .head-right1 ul li:nth-child(2){display:none;}
  .head-right1 ul .chat-online{display:none;}
  .head-right ul li{margin:0;}
  .navbar{padding:0;}
  .head-logo2 img{display: block;}
  .cen-design{padding: 0 0 15px 0;}
  .head-logo1{width:100%;padding: 0;}
  .head-right{width:100%;padding: 0 0 0 0px;}
  .contact-number a{padding:0;}
  .head-navigation1{width: 100%;}
  .menu li{display:block;}
  .head-navigation2{border-radius:0;padding: 0;}
  .tophead-section:before{display:none;}
  .dropdown:hover .dropdown-menu{display:none;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;text-align: left;padding: 4px 0;}
  #navbar_top .row{padding-bottom: 0;}
  .services-our1 strong{font-size: 19px;padding: 2px 6px;}
  .services-our1 {padding: 30px 16px 14px 16px;}
  .form-right1 {padding: 0px 0px 0px 0px;}
  .testimonials:after{width: 48.7%; height: 3%;}
  .design-aboutus {padding: 50px 0px 0 0px;}
  .topservices-section:after{display:none;}
  .whychoose-section:before{display:none;}
  .choose-left2 strong{margin:0;font-size: 20px;}
  .contact-info2 span{right: -0px;}
  .contact-info2 ul li {padding: 2px 4px 10px 3px;}
  .disclaimer {padding: 18px 0 0 0px;}
  .disclaimer b{text-align:center;}
  .disclaimer strong{text-align:center;}
  .whatsapp-icon a{right:40px;}
  .shiv-image{margin:0;}
  .contact-get-2 a { padding: 40px 10px;}
  .contact-get-2 {padding: 15px 10px 15px;}
  .list-design ul li{width:49%;display:inline-block;margin: 0 5px 0 5px;}
  .form-heading strong{font-size: 27px;}
  .form-heading p{padding: 6px 15px 5px 15px;font-size: 16px;}
  .services-our1 a{font-size: 43px;display: block;margin: 20px auto 0;}
  .services-our1 b{margin: 13px auto 0px;}
  .choose-left2 span{height: 100px;width: 100px;line-height: 115px;}
  .choose-left2 span:before{height:80px;width:80px;}
  .choose-left2 span img{height:80px;}
   .round-text strong{ font-size: 20px;padding: 0 0 0 20px;}
  .othersrv-heading strong {font-size: 64px;}
  .banner-love{text-align:center;}
  .choose-contact {padding: 0 0px 0 0px;}
  .choose-contact1 a{border-radius: 0;}
  .more-serv a{font-size: 100px;}
  .screen{display:none;}
  .mobile{display:block;text-align: center;}
  .contact-info1 {padding: 0 0px 0 0px;}
  .map-design iframe{width:50%;}
  .map-design{display:flex;}
  .getin-left1 {padding: 0 0px 30px 0;}
  .contact-get-1{width:100%;}
  .contact-get-1 {padding: 0 0 10px;}
  .maincontent-left1 {padding: 0 0px 30px 0px;}
  .footer .whatsapp-chatt img{height:150px;}
  .footer .whatsapp-chatt{right:50px;}
  









  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-right1 ul li:nth-child(2){display:none;}
  .tophead-section:before{display:none;}
  .heading-form p {font-size: 28px;}
  .list-services ul li {padding: 11px 51px 11px 14px;font-size: 15px;}
  .text-services p {font-size: 40px;}
  .contact-info2 span{right: 0px;line-height: 60px;position: relative;top: 0;left: 0;margin: 0 auto;}
  .contact-info2 strong{padding: 0px 0px 0 0px; text-align: center; margin: 0 auto;display: block;font-size: 23px;}
  .footer-call {padding: 18px 10px;margin: 10px 0 0;}
  .info-baba ul li a {padding: 4px 20px 3px 24px;text-align: center;}
  .info-baba ul li a:after{height: 10px;top: 11px;width: 10px;left: 9px;}
  .contact-info1 {padding: 0 20px 0 0px;}
  .map-design strong span .bi{height: 1.7rem;width: 1.7rem;margin: 0px 6px -5px -20px;}
  .map-design strong{font-size: 15px;padding: 5px 10px;}
  .contact-info2 ul li {padding: 6px 0 5px 0px;}
  .disclaimer {padding: 18px 10px 10px 10px;margin: 0px 0 0;}
  .contact-get-2:nth-child(3) .getin-content strong{font-size:15px;}
  .contact-get-2 a { padding: 40px 10px;}
  .contact-get-2 {padding: 15px 10px 15px;}
  .topservices-section:before{width:1%;}
  .testimonials:before{width:1%;}
  .testimonials:after{height: 1.5%;width: 49.0%;}
  .form-heading strong{font-size: 35px;}
  .services-our1 strong{font-size: 28px;}
  .design-aboutus {padding: 0 20px 0 0px;}
  .services-our1 a{margin: 20px 2px 20px;font-size: 42px;}
  .round-text strong{ font-size: 20px;padding: 0 0 0 20px;}
  .more-serv a{font-size: 100px;}
  .choose-contact a b{top: -51px;height: 100px;width: 100px;line-height: 98px;right: 0px;}
  .choose-contact a b:before{height: 80px;width: 80px;top: 12px;}
  .choose-contact a b img{height: 60px;}



}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .contact-info2 span{right: -20px;}
  .topservices-section:before{width:1%;}
  .testimonials:before{width:1%;}
  
  
  

}

@media (max-width: 575px) and (min-width: 0px) {
  .services-heading strong{font-size: 39px;}
  .testimonials1{padding: 9px 0px;}
  .contact-info2 strong{z-index:9;}
   .contact-info2 strong b{display:block;}
  .contact-services a p{font-size: 25px;}
    .text-services p{font-size: 22px;}
  .owl-carousel .owl-item img{height:auto;}
  .contact-number a span{display:none;}
  .head-navigation1{width:100%;}
  .slide-section {margin: -0px 0 0;}
  .whatsapp-icon a img{height:80px;}
  .heading-form p {font-size: 26px;}
  .first-item{font-size: 26px;}
  .choose-heading strong{font-size: 38px;margin:-10px 00 ;}
  .choose-heading span{letter-spacing:0;}
  .contact-info2 span{right: 0px;line-height: 69px;position: relative;top: 0;left: 0;margin: 0 auto;}
  .map-design strong{padding: 6px 10px;font-size: 16px;}
  .services-our1 strong{font-size: 23px;padding: 2px 6px;}
  .services-our1 {padding: 30px 10px 14px 10px;}
  .services-our1 a{font-size: 28px;padding: 5px 0px;display: block;border-radius: 0;margin: 0px 0px 10px;width: 100%;}
  .form-heading strong{font-size: 44px;}
  .form-heading p{font-size: 15px;padding:6px 10px 5px 10px;}
  .about-heading p{padding: 3px 19px;font-size: 14px;}
  .topservices-section:before{display:none;}
  .content-about{padding-top:0 !important;}
  .content-about p{text-align:left;}
  .othersrv-heading span{letter-spacing: 0;font-size: 13px;}
  .choose-contact a b{position: relative;right: 0;top: 0;}
  .choose-contact a span{font-size: 44px;}
  .about-heading h1 {font-size: 51px;}
  .more-serv{display:none;}
  .whatsapp-chatt a img{height:100px}
  .choose-text a { padding: 0px 0 0 0px;}
  .head-right1 a {padding: 7px 0 7px 0;font-size: 23px;}
  .navbar-toggler {margin: -90px 0 0 auto;}
  
  



  
}
@media (max-width: 420px) and (min-width: 0px) {
 .fixed-top .logo-image img{height: 50px;}
  .choose-left2 strong{font-size:16px;}
  .services-heading span{padding: 6px 7px;f;font-size: 13px;}
   .list-services ul li {padding: 11px 51px 11px 14px;font-size: 16px;}
  .contact-services strong { font-size: 30px;}
  .about-heading h1{ line-height: normal;}
  .whatsapp-icon a{top: 0px;}
  .contact-info2 strong{font-size: 17px;}
  .head-right1 ul li a{font-size: 14px;}
  .head-right1 ul li a:before{height: 40px;width: 40px;}
  .head-right1 ul li a img{height: 24px;}
  .navbar-toggler {margin: -60px 0 0 auto;}
  .head-right1 a span{display:none;}
  .head-right1 a {padding: 0;font-size: 31px;display: block;}
  .map-design iframe{width:100%;}
  .map-design {display:block;}
  .getin-content strong{font-size: 16px;}
  .content-about ul{padding: 10px;}
  .content-about ul li{display:block;}




  
}













