@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap');

body{
  margin:0;
  padding:0;
  color: #ff0027;
  font-family: "Livvic", 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;
}
@font-face {
  font-family: 'Adorage.otf';
  src: url('Adorage.otf') format('woff'),
  url('Adorage.otf') format('truetype');
  font-display: swap;
}


/*linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0))*/


/* START HEADER SECTION  */ 

/* start top head section */ 

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

.tophead{
  /* background:#feb22d; */
  padding: 0px 0px 0px;
  /* background: url(images/bg-yellow.jpg) no-repeat; */
  /* background-size: cover; */
}
.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, rgb(32, 1, 34), rgb(111, 0, 0));
  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: #992f70;
  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{
}
.head-navigation1{
  margin: 0 auto;
}
/* end top head section */ 

/* start navigation section */

.navii{
 background: #6a0002;
 border-radius: 30px;
 padding: 0 30px;
 margin: 0 0 -30px 0;
}
.navigation{
  padding: 0;
  position:relative;
  border-radius: 12px 12px 0px 0px;
  z-index: 5555;
}

.navbar-collapse{
  justify-content: flex-start;
}
 .menu{
  display: block;
  text-align: left;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 13px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #ffffff;
  display: inline-block;
  padding: 4px 21px 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: -80px 0 0 auto;
  display: block;
}
.fixed-top .navbar-toggler{
  padding-right: 10px;
  margin-left: -9px;
}
.toggle-design{
  height: 2px;
  width: 100%;
  background: rgb(106 0 2);
  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: #ffca0000;
  color: #ffca00;
}
.menu li a.active-1 {
  background: #ffca0000;
  color: #ffca00;
  font-weight: 500;
}

.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0px;
  background: transparent;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  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;
  background: rgb(255 174 0);
  list-style: none;
  border: 3px solid #eee;
  border-radius: 20px;
}
.dropdown-menu ul li{
  display:block;
  padding: 3px 10px 7px 20px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  color: #ffffff;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  font-weight: 500;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li a:hover {
    background: rgb(142 25 142 / 0%);
    color: #000000;
}
.dropdown-menu ul li:hover{
  background: rgb(142 25 142 / 0%);
}
.dropdown-menu ul li:hover a{
  color: #660001;
}
.dropdown-menu ul li:last-child{
  padding-bottom: 11px;
}
.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;
}
.appointment a{
  display: block;
  color: #fff;
  border: 2px solid #ffca00;
  padding: 3px 12px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  width: fit-content;
}
/* 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;}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1 a span{
  background: #eee;
  display: block;
  margin: -30px auto 0;
  width: 80px;
  position: relative;
  z-index: -9;
  top: 0px;
  line-height: 40px;
  height: 80px;
  border-radius: 0 0 50% 50%;
  color: #b50202;
}
.head-right1 a span svg{
  display:block;
  margin: 0px auto -11px;
  width: 38px;
  height: 108px;
  fill: #000;
}
.head-right1 a{
  padding: 0 0 0 19px;
  text-align:center;
  margin: 0;
  font-size: 21px;
  position:relative;
  width: fit-content;
  font-weight: 600;
  display: inline-block;
  color: #000000;
}
.head-right1 a em{
  text-transform: capitalize;
  padding: 7px 28px;
  display: block;
  border-radius: 15px;
  color: #fff;
  font-style: normal;
  background: #950003;
}

.head-right1 a svg{
  height:30px;
  width:30px;
}
.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;
}
.top-call a{
  text-transform: capitalize;
  padding: 7px 28px;
  display: block;
  border-radius: 0px 0px 35px 35px;
  color: #fff;
  width: fit-content;
  display: none;
  font-weight: 600;
  margin: 0 auto;
  font-style: normal;
  background: #950003;
  font-size: 24px;
}
.top-call a svg{
  height: 40px;
  width: 40px;
  fill:#ffd800;
}

/* 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{
  padding: 50px 0;
  position:relative;
}
.topservices-section:before{
  content:"";
  background:url(images/border.png) no-repeat;
  height:100%;
  width:100%;
  top: 0;
  left:0;
  z-index: -9;
  position: absolute;
}
.topservices2 img{
  border-radius: 170px 170px 0 0;
  width: 100%;
}
.topservices2{
  padding:10px;
}
.topservices1:nth-child(2){
  padding: 20px;
  margin: -70px 0 0 0;
}
.topservices2 strong{
  position: absolute;
  left: 0;
  background: #fff;
  bottom: 30px;
  text-transform: capitalize;
  text-align: center;
  padding: 12px 10px;
  font-size: 21px;
  color: #232323;
  top: auto;
  width: 100%;
  font-weight: 600;
}
.list-design{
  margin: -80px 0 0 0;
  padding: 0 20px;
}
.list ul li{
  list-style: none;
  position: relative;
  border-radius: 50px;
  text-transform: capitalize;
  display: block;
  margin: 12px 0 0;
  font-size: 17px;
  text-align: left;
  background: #6c0000;
  padding: 13px 9px 11px 43px;
  color: #ffffff;
}
.list ul li:before{
  content: "";
  position: absolute;
  left: 10px;
  height: 32px;
  background: url(images/icon.png) no-repeat;
  top: 8px;
  border-radius: 50%;
  width: 32px;
}
.experiences-pandit p{
  text-transform: capitalize;
  font-weight: 500;
  color: #000000;
  font-size: 19px;
  margin: -50px 0 0 0px;
}
.experiences-pandit p svg{
  height: 21px;
  fill: #6c0000;
  width: 21px;
  animation: rotate 5s linear infinite;
}

  @keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
  
.experiences-pandit{
  text-align: center;
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  padding: 40px 20px;
  border-radius: 40px;
  margin: 30px 0 0;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
}
.experiences-pandit strong{
  font-size: 150px;
  color: #950003;
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  font-family: 'Adorage.otf';
  margin: -30px 0 0 0;
  display: block;
}
.experiences-pandit aside{
  font-size: 37px;
  font-family: 'Adorage.otf';
  color: #000000;
  padding: 10px 0 0;
  font-weight: 500;
}
/* end top services section */


/* start about us section*/

.aboutus-section{
  z-index:9;
  padding: 60px 0 96px;
  position: relative;
}
.aboutus-section:before{
  content:"";
  background:url(images/border.png) no-repeat;
  height:100%;
  width:100%;
  top:0;
  left:0;
  position: absolute;
}

.aboutus-1{
  padding: 0 0 0;
  position:relative;
}
.aboutus-2{
  padding: 0px 0 0 0;
}
.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: 67px;
  text-align: left;
  line-height: 60px;
  font-family: 'Adorage.otf';
  font-weight: 500;
  padding: 0px 0 0 0px;
  color: #6c0000;
  text-transform: capitalize;
}
.about-heading h1 a{
  color: #6c0000;
}
.about-heading p{
  color: #000000;
  padding: 0;
  text-align: left;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  font-weight: 500;
}
.about-content p{
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  padding: 0px 0 10px;
}
.about-content p strong{
  color: #000000;
  font-weight: 600;
}
.about-content ul li{
  list-style: none;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  margin: 12px 0 0;
  font-size: 15px;
  text-align: left;
  background: linear-gradient(to right, #ffc107, rgb(255 142 1));
  padding: 13px 21px 11px 55px;
  color: #000000;
}
.about-content ul{padding:0;margin:0;}
.about-content ul li:before{
  content: "";
  position: absolute;
  left: 10px;
  height: 33px;
  background: url(images/icon.png) no-repeat #6c0000;
  top: 8px;
  border-radius: 50%;
  width: 32px;
  animation: rotate 5s linear infinite;
}
.about-content a span{
  font-weight:600;
}
.about-content a b{
  font-weight: 800;
  color: #ff9f02;
}
.about-content h2,h3,h4,h5,h6{
    list-style: none;
    position: relative;
    border-radius: 50px;
    text-transform: capitalize;
    display: block;
    margin: 6px 0 9px;
    font-size: 20px;
    text-align: left;
    background: #6c0000;
    padding: 13px 9px 11px 23px;
    color: #ffffff;
}
.about-content h2,h3,h4,h5,h6,strong{
  color: #ffffff;
  font-weight: 500;
}
.maincontent-right1{
  padding: 0 0 0px 40px;
}
.list-design1 ul li{
  list-style: none;
  position: relative;
  border-radius: 50px;
  text-transform: capitalize;
  display: block;
  margin: 12px 0 0;
  font-size: 17px;
  text-align: left;
  background: #6c0000;
  padding: 13px 9px 11px 43px;
  color: #ffffff;
}
.list-design1 ul li a{color:#fff;display:block;}
.list-design1 ul li:before{
  content: "";
  position: absolute;
  left: 10px;
  height: 29px;
  background: url(images/icon.png) no-repeat;
  top: 8px;
  border-radius: 50%;
  width: 28px;
  animation: rotate 5s linear infinite;
}
.list-design1{
  padding: 0 0 0 30px;
}
.design-about-inner{
  background: linear-gradient(45deg, #ffdc8e, transparent);
  padding: 40px 0;
}

.call-about{
  position:relative;
  padding: 30px 0 0 0;
}
.call-about a{
  border-radius: 60px;
  background: #ffffff;
  border: 1px solid #6c0000;
  padding: 10px 156px 10px 20px;
  font-size: 46px;
  display: block;
  position: relative;
  width: fit-content;
  font-weight: 700;
  font-size: 46px;
}
.call-about a span{
  height: 140px;
  width: 140px;
  line-height: 123px;
  display: block;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  right: 0;
  top: -20px;
  z-index: 9;
}
.call-about a span:before{
  height: 140px;
  width: 140px;
  display: inline-block;
  top: 0px;
  border: 11px solid #ffffff;
  background:#6c0000;
  box-shadow: 0 0 0 1px #6c0000;
  content:"";
  position: absolute;
  border-radius: 50%;
  right: -0px;
  left: auto;
  z-index: -9;
}

.call-about a span svg{
  height: 60px;
  width: 60px;
}

.call-about a span svg path{
  fill: #ffc107;
}


.aboutus-image1{
  padding: 70px 0 0 40px;
  position: relative;
}

.getin-form {
   padding: 30px 0px 30px;
   background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
   position:relative;
   z-index: 9;
   border-radius: 30px;
}

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

.form-control1 {
  height: 53px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 15px;
  display: block;
  width: 100%;
  padding: 12px 14px 10px 10px;
  font-size: 15px;
  font-weight: 500;
}
textarea.form-control1 {
  height: 110px;
  color: #ffffff;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 44px 0px 0;
  display: inline-block;
  margin: 0;
  text-align: center;
}
.btn-group>.btn{
  width: fit-content;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  padding: 9px 29px 8px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border:0;
  border-radius: 70px;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  padding-left:10px;
  font-size:17px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-heading strong{
  font-size: 64px;
  line-height: normal;
  font-weight: 500;
  font-family: 'Adorage.otf';
  text-transform: capitalize;
  display: block;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-heading p{
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin: 0;
}
/* end about us section*/


/* start services section */

.services-section{
  padding: 80px 0 0px;
  position:relative;
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  overflow: hidden;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.inner{
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.services-heading{
  position:relative;
  margin: 0 auto 0 0;
  padding: 0 0px 0 0px;
  width: fit-content;
}
.services-heading strong{
  display: block;
  font-weight: 500;
  color: #ffffff;
  padding: 0;
  text-transform: capitalize;
  margin: -50px 0 0;
  position:relative;
  font-size: 117px;
  font-family: 'Adorage.otf';
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-heading p{
  color: #ffffff;
  width: fit-content;
  padding: 0 0 13px 0;
  border-radius: 20px;
  text-align: right;
  font-size: 31px;
  margin: -50px auto 0 90px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}
.services-heading aside{
  color: #fff;
  line-height: 30px;
  font-size: 17px;
}
.services-heading span{
  color: #ffffff;
  width: fit-content;
  padding: 0 0 13px 0;
  font-family: 'Adorage.otf';
  border-radius: 20px;
  font-size: 41px;
  margin: initial;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}
.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 10px;
}
.services-2{
  padding: 20px 20px 20px;
  background: #fff;
  position:relative;
  z-index: 9;
  border-radius: 20px;
}
.services-3{padding: 0px 0px 0 0px;}
.services-3 img{
  margin: 0 auto 20px;
  border-radius: 50%;
  border-right: 0;
  height: 240px;
  display: block;
  border: 6px solid #ffffff;
  box-shadow: 0 0 0 3px #ff8e01;
}
.services-3 a{
  border-radius: 20px 20px;
  color: #fff;
  background: #ff8e01;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 4px 23px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.services-3 a .bi{
  height: 30px;
  width: 30px;
  animation: pulse 0.5s infinite linear;
}
.services-4{
  padding: 20px 10px 20px 10px;
  background: #ebebeb;
  margin: 20px 0 0;
  border-radius: 20px;
}
.services-4 strong{
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  color: #6b0001;
  font-size: 22px;
}
.services-4 p{
  color: #000;
  line-height: 29px;
  letter-spacing: 0.2px;
  font-size: 15px;
  z-index: 9;
  position:relative;
}

.services-4 a{
  color: #434343;
  display: inline-block;
  letter-spacing: 3px;
  padding: 17px 0px 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  right: 0;
}
.more-serv{
  position: absolute;
  right: 0;
  top: 0;
}
.more-serv a{
  text-transform: capitalize;
  font-size: 44px;
  display:block;
  background: linear-gradient(to right, #ffc107, rgb(255 142 1));
  border: 2px solid #ff9600;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: #ffffff;
  z-index: 9;
  margin: -20px auto 0;
  height: 210px;
  width: 210px;
  border-radius: 50%;
}
.more-serv a em{
  display: block;
  line-height: 50px;
  font-style: normal;
  margin: 46px  0 0;
}
.more-serv b{position: absolute;left: 0;right: 0;opacity: 12%;top: 0;z-index: -9;}

.more-serv b svg{
  height: 206px;
  fill: #ffffff;
  width: 206px;
  animation: rotate 5s linear infinite;
}
/* end services section */

/* start why choose us section */

.choose-design-left1 span{
  position: absolute;
  right: 20px;
  top: -30px;
  height: 230px;
  color: #fff;
  font-family: 'Adorage.otf';
  width: 230px;
  background: #ff8e01;
  font-size: 219px;
  line-height: 260px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 20px 19px #ffd7a6;
   /* dark bottom-right */
  animation: blkk 1s infinite ease-in-out;
}

@keyframes blkk {
  0% {
    color: #fff;
  }
    50% {
        color:#ffffff00;
    }

    100% {
        color:#ffffff;
    }
}
.chooseus strong{
  background: linear-gradient(to right, rgb(76 0 81), rgb(143 20 20));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  line-height: 140px;
}
.chooseus p{
  margin: -20px 0 0 auto;
  font-size: 20px;
  color: #000;
}
.chooseus aside{
   line-height: 30px;
   color: #000;
   font-size: 15px;
}
.chat-whatsapp a{
  background: #009b3a;
  display:block;
  color: #fff;
  line-height: 80px;
  text-transform: capitalize;
  border-radius: 0 60px 60px 0;
  width:fit-content;
  padding: 10px 50px 10px 40px;
  margin: -40px  0 0;
  font-weight: 600;
  font-size: 35px;
}
.chat-whatsapp a b{margin: 0 20px 0 0px;}
.chat-whatsapp a b svg, .cls-1{
  height: 60px;
  fill: #FEF !important;
  width: 60px;
}


.choose-us1{
  padding: 10px 0px 0px;
}

.choose-us2{
  padding: 6px 6px 6px 6px;
  text-align: center;
}
.choose strong{
  color: #ffffff;
  padding: 15px 0  0;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.choose p{
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 0px 0 0;
  line-height: 27px;
  font-weight: 500;
}
.choose span{
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.choose span svg{
  height: 70px;
  width: 70px;
}
.choose{
  padding: 20px 10px;
  background: #6f0000;
  border-radius: 30px;
}
/* end why choose us section */

/* start other services section */

.otherservices{
  padding: 0 0 10px;
  position:relative;
  margin: 60px 0 0 0;
}
.otherserv{
  position:relative;
  background: #6c0000;
  padding: 30px;
  z-index: 9;
  border-radius: 30px;
}
.otherserv1{
  margin: 0 auto;
  background: #ffd0d0;
  border-radius: 30px;
  padding: 20px 20px;
}
.otherservices:before{
  height: 50%;
  width:100%;
  background:linear-gradient(to right, #ffc107, rgb(255 142 1));
  content:"";
  position:absolute;
  bottom: 0;
  left:0;
  right:0;
}
.otherservices-left1 span{
  font-size: 84px;
  color: #6c0000;
  font-weight: 600;
  text-transform: capitalize;
}
.otherservices-left1 p{
  font-size: 23px;
  margin: -24px 0 0 0;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
}
.otherservices-left1 a{
  background: #6c0000;
  margin: 2px 0 0;
  padding: 5px 10px;
  color: #ffbd00;
  font-size: 19px;
  display: inline-block;
  border-radius: 9px;
  text-transform: capitalize;
  font-weight: 600;
}

.otherservices-right1 ul li{
  list-style: none;
  position: relative;
  border-radius: 10px;
  text-transform: capitalize;
  display: inline-block;
  margin: 5px 3px 0 0px;
  font-size: 15px;
  text-align: left;
  background: #6c0000;
  padding: 10px 23px 10px 43px;
  color: #ffffff;
}
.otherservices-right1 ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  height: 32px;
  background: url(images/icon.png) no-repeat;
  top: 5px;
  border-radius: 50%;
  width: 32px;
}
/* end other services section */

/* start main services section  */

.main-services{
  padding: 110px 0 0px;
}
.heading-services strong{
  color: #000;
  text-align: center;
  font-size: 48px;
  display: block;
  font-weight: 700;
}

 .main-services1{
   padding: 10px;
 }
 .main-services2{
   margin:0px 0;
   padding: 0 0 20px 0;
 }
.main-services2 img{
  border-radius:50%;
  height: 200px;
  margin: 36px 0 0;
  border: 9px solid #b37400;
}
.main-services2 span{
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 100%;
  z-index: -9;
  width: 100%;
  font-family: 'Adorage.otf';
}
.main-services2 span svg{
  height: 300px;
  width: 300px;
}
.main-services2 strong{
  color:#000;
  display:block;
  font-family: 'Adorage.otf';
  font-size: 37px;
  text-transform: capitalize;
  margin:70px 0 0 0;
}
.main-services2 a{
  display: block;
}
.main-services2 a em{
  padding: 14px 21px 4px;
  color: #ffffff;
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  display: block;
  font-style: normal;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 28px;
}
.main-services2 a b{
  display: block;
  width: fit-content;
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  border-radius: 20px;
1px:
  s;
  margin: 0px auto -10px;
  border: 2px solid #f39d00;
  padding: 3px 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  z-index: 9;
  position: relative;
}
 /* end main services section */


/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 9;
  overflow: hidden;
  padding: 50px 0 100px;
}
.testimonials .services-heading span{
}
.client svg{
  height: 280px;
  width: 230px;
  display: block;
  fill: #ffb205;
  transform: rotate(341deg);
}
.client strong{
  display: block;
  line-height: 100px;
  font-size: 90px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
}
.client b{
  display: block;
  font-size: 80px;
  text-transform: uppercase;
  color: #6c0001;
  font-weight: 700;
}
.right-testimonials .services-heading p{
  margin: -50px auto 0 0px;
  font-size: 15px;
  line-height: 28px;
  padding: 0;
  font-weight: 400;
  color: #000000;
  text-transform: math-auto;
  text-align: center;
}
.testimonials1{
  padding: 6px;
}
.testimonials2{
  padding: 22px 20px 17px;
  position: relative;
  background: #6c0001;
  border-radius: 30px;
}
.testimonials3{
}
.testimonials3 strong{
  text-align: left;
}
.testimonials3 strong p{font-size: 18px;text-transform: capitalize;color: #ffb205;display: inline-block;text-align: center;font-weight: 600;}
.testimonials3 strong i{
  color: rgb(255 255 255);
  font-weight: 700;
  padding: 11px 0 0 3px;
  font-size: 14px;
  text-align: right;
  text-transform: capitalize;
}
.testimonials3 span{
  width: 25%;
}
.testimonials3 span img{
  border: 2px solid;
  border-radius: 4px;
}
.testimonials4 p{
  color: #ffffff;
  padding: 7px 0 0;
  line-height: 27px;
  text-align: left;
  font-size: 15px;
}
.testimonials4 {
  position: relative;
}
.testimonials4 span{
  display: block;
  padding: 8px 0;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 0px;
  right: 0px;
}
.testimonials4 span .bi{
  height: 100px;
  color: #ffffff73;
  width: 100px;
  opacity: 0.2;
}
.testimonials4 i {
  display: block;
  width: fit-content;
  margin: -10px 0 0 auto;
}
.testimonials4 i svg{
  margin: 0 2px;
  height: 23px;
  width: 66px;
  animation: pulse 1s infinite ease-in-out alternate;
}
/* end testimonials section */



/* start footer section */

.footer{
  background: linear-gradient(to right, rgb(32, 1, 34), rgb(111, 0, 0));
  padding: 0;
  position:relative;
  z-index: 9;
}
.footer:before{
  content:"";
  position:absolute;
  height: 100%;
  width: 100%;
  left:0;
  right: 0;
  top: 0;
  background: url(images/astrology.html) no-repeat;
  background-size: cover;
  z-index: -9;
  opacity: 8%;
}
.map-design iframe{
  vertical-align: bottom;
  height: 525px;
}
.map-design  strong{
  padding: 24px 10px;
  position: absolute;
  bottom: 170px;
  color: #fff;
  left: 0;
  right: 0;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  font-size: 17px;
  line-height: 20px;
} 
.map-design strong span{
  display: block;
  z-index: 9;
  height: 190px;
  position: relative;
  width: 190px;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  border-radius: 50%;
  border: 4px solid #fff;
  line-height: 181px;
  animation: pulse-2 2s linear infinite;
  margin: 0 auto -50px;
}
.map-design strong span .bi{
  height: 120px;
  width: 80px;
  margin: 30px 0 0;
  fill: #6f0101;
}
@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #a47200
   }
   to {
      box-shadow: 0 0 0 30px #8db0ea00
   }
}
.contact-info1{
  padding: 0;
}
.contact-info2 ul li:before{
  background: #fdb603;
  content:"";
  position:absolute;
  width:100%;
  height: 20px;
  left: 0;
  top: 43%;
  z-index: -9;
}
.contact-info2 ul li{
  list-style: none;
  padding: 20px 0 20px 50px;
  position: relative;
}
.contact-info2 a{
  display: block;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
  padding: 30px 20px;
  text-align: center;
  border-radius: 0 70px 70px 0;
}
.contact-info2 span{
  display: block;
  line-height: 106px;
  position: absolute;
  right: -30px;
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  border: 8px solid #ff8e01;
  top: 15px;
}
.contact-info2 span .bi{
  height: 40px;
  width: 40px;
  color: #b50002;
}
.contact-info2 strong{
  font-size: 18px;
  display: block;
  position: relative;
  text-align: left;
}
.disclaimer {
  padding: 26px 20px 22px 20px;
  margin: 21px 0 0;
  background: #fff;
}
.disclaimer b{
  display:block;
  color: #6b0001;
  font-size: 14px;
  font-weight: 600;
}
.disclaimer strong{
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0 0;
  display: block;
}

.copy p{
  padding: 9px 30px;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  background: #6b0001;
  border-radius: 50px;
  width: fit-content;
  margin: 19px auto 0px;
}
/* end footer section */


/* start bread crumb section  */

.breadcrumb-section{
  position:relative;
  background: #6a0002;
  padding: 60px 0 20px;
}
.first-item {
  font-size: 50px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 400;
  padding: 0 0 0 10px;
  text-align: left;
  position: relative;
}
.first-item a {
  color: #ffffff;
  display: block;
  font-family: 'Adorage.otf';
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  width: 35px;
  height: 35px;
  border-radius: 61px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 9999999999;
  justify-content: center;
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  left: -20px;
  bottom: 0px;
}

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


/* start fixed mobile icons*/

.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;
  box-shadow: inset 1px -4px 14px 0px #000000;
  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 ABOUT US PAGE CSS=========  */

.about-chat{margin: 70px 0 0px -120px;}
.inner-page{
  padding: 0 40px 0px 0px;
}
/*=========== END ABOUT US PAGE CSS=========  */

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


.getintouch{
  padding:100px 0;
}
.getin-left1{
  padding:0 30px 0 0;
}
.getin-content{
  padding: 10px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #000000;
  font-size: 23px;
  font-weight: 500;
  display: block;
  padding: 20px 0px 15px;
  border-radius: 50px;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
}
.getin-content p{
  color: #6c0000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0px 0 20px;
  font-size: 25px;
  font-weight: 700;
}
.contact-get-1 .call-about a{
  font-size: 43px;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/




@media (max-width: 767px){
  body{text-align: center;}
  .top-call a{display:block;}
  .tophead-section{padding:0;}
  .head-right{display:none;}
  .head-logo2{text-align:left !Important;}
  .head-logo1{width: 40%;}
  .menu li{display:block;}
  .navii{padding: 0 0px;border-radius: 20px;margin: 0;}
  .appointment{display:none;}
  .navbar {padding: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;}
  .topservices-section:before,.aboutus-section:before{opacity:0.2}
  .topservices2 strong{padding: 7px 5px;font-size: 16px;}
  .list-design{padding:0 10px;}
  .list ul li{padding: 13px 5px 11px 30px;border-radius: 10px;}
  .list ul li:before{left: 0px;}
  .experiences-pandit aside{font-size: 45px;}
  .experiences-pandit strong{font-size: 120px;}
  .more-serv a{height: 130px;line-height: 2;width: 130px;font-size: 22px;margin: -70px auto 0;}
  .more-serv a em{line-height: 30px;margin: 36px 0 0;}
  .more-serv b svg{height: 130px;width: 130px;}
  .aboutus-image1{padding: 40px 0 0 0px;}
  .call-about a{font-size: 35px;text-align: center;margin:0 auto;}
  .call-about a span{height: 110px;width: 110px;line-height: 93px;}
  .call-about a span:before{height: 110px;width: 110px;}
  .topservices1:nth-child(2){padding: 0px; margin: 0px 0 0 0;}
  .choose-design-left1 span{ height: 190px; width: 190px;font-size: 149px; line-height: 220px;}
  .about-heading h1{font-size: 61px;}
  .services-2{padding: 20px 10px 20px;}
  .services-4 strong{font-size: 19px;}
  .more-serv{right: 30px;}
  .services-heading strong{font-size: 77px;margin: -30px 0 0;}
  .services-3 img{height:auto;}
  .services-section svg{margin: 0px 0 -1px 0;}
  .right-choose{text-align:center !Important;}
  .chat-whatsapp a{margin:0;width: 100%;font-size: 34px;padding: 10px 20px 10px 40px;text-align: left;}
  .client svg{position:absolute;opacity:0.2;right:0;z-index: -9;top:0;}
  .right-testimonials .services-heading p{margin:0;}
  .client strong{font-size: 48px;}
  .client b{font-size: 88px;margin: -40px 0 0;}
  .contact-info2 ul li:nth-child(2) strong{font-size: 19px;}
  .contact-info2 span{height: 80px;width: 80px;line-height: 83px;top: 21px;right: 0px;border: 8px solid #ff8e0145;}
  .contact-info2 span .bi{height:30px;width:30px;}
  .map-design iframe{height:300px;}
  .contact-info2 ul li:before{display:none;}
  .contact-info2 ul li{padding:10px 0 10px;}
  .contact-info2 strong{font-size: 28px;}
  .maincontent-right1{padding:0;}
   .about-chat {margin: 20px 0 40px -30px;}
  .about-chat a{width: 100%;font-size: 42px;}
    .dropdown-toggle::after{display:none;}
  .list-design1{padding:0;}
  .about-content h2, h3, h4, h5, h6{ padding: 13px 9px 11px 15px;border-radius: 10px; font-size: 17px;line-height: 30px;}
  .banner-love-about{padding:0 !important;}
  .breadcrumb-section .last-item{position:relative;left:0;}
  .breadcrumb-section{padding: 10px 0 20px;}
  .first-item{font-size: 36px;}
  .getin-content:nth-child(2) strong{font-size: 17px;}
  .getin-left1{padding:0;}
  .contact-get-1 .call-about a{font-size: 35px;}
  .inner-page{padding: 0 0px 0px 0px;}
  .otherserv{padding:10px;}
  .otherserv1{padding:10px;}
  .otherservices-right1 ul li{margin: 10px 0 0 0;}
    .main-services2 span svg {height: 200px;width: 200px;}
  .main-services2 img{height: 130px;margin: 26px 0 0;}
  .main-services2 a em{padding: 14px 12px 4px;font-size: 20px;}
  .main-services2 strong{font-size: 31px;}
  .heading-services strong{font-size: 26px;}
  .main-services {padding: 60px 0 0px;}
  .experiences-pandit p{margin:-30px  0 0;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-section{padding:0;}
  .head-right{display:none;}
  .head-logo2{text-align:left !Important;}
  .head-logo1{width: 40%;}
  .menu li{display:block;}
  .navii{ padding: 0 0px;border-radius: 20px;}
  .appointment{display:none;}
  .topservices-section:before,.aboutus-section:before{opacity:0.2}
  .topservices2 strong{padding: 7px 5px;font-size: 16px;}
  .list-design{padding:0 10px;}
  .list ul li{padding: 13px 5px 11px 30px;border-radius: 10px;}
  .list ul li:before{left: 0px;}
   .experiences-pandit aside{font-size:30px;}
   .experiences-pandit strong{font-size: 120px;}
  .call-about a{margin:0 auto;}
  .more-serv a{height: 150px; line-height: 2;width: 150px; font-size: 28px;}
  .more-serv a em{line-height: 30px;}
  .more-serv b svg{height: 150px;width: 150px;}
  .services-section svg{margin: 0px 0 -1px 0;}
  .right-choose{text-align:center !Important;}
  .chat-whatsapp a{margin:0;width: 90%;font-size: 51px;}
  .client svg{position:absolute;opacity:0.2;right:0;z-index: -9;top:0;}
  .right-testimonials .services-heading p{margin:0;}
  .contact-info2 ul li:nth-child(2) strong{font-size:14px;}
  .contact-info2 span{height: 80px;width: 80px;line-height: 83px;top: 21px;right: 0px;border: 8px solid #ff8e0145;}
  .contact-info2 span .bi{height:30px;width:30px;}
  .about-chat {margin: 70px 0 0px -30px;}
  .about-chat a{width: 100%;font-size: 42px;}
   .otherserv{padding:10px;}
  .otherserv1{padding:10px;}
  .otherservices-right1 ul li{margin: 10px 0 0 0;}
  .main-services2 span svg {height: 200px;width: 200px;}
  .main-services2 img{height: 130px;margin: 26px 0 0;}
  .main-services2 a em{padding: 14px 12px 4px;font-size: 20px;}
  .main-services2 strong{font-size: 25px;}
  .chooseus strong{
    font-size: 100px;
    margin: 0px 0 0;
}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li{padding: 0px 5px;}
  .experiences-pandit aside{font-size:30px;}
  .topservices-section:before,.aboutus-section:before{opacity:0.2}
  .call-about a{font-size: 35px;}
  .call-about a span{height: 110px;width: 110px;line-height: 93px;}
  .call-about a span:before{height: 110px;width: 110px;}
  .about-heading h1{font-size: 58px;}
  .services-section svg{margin: 0px 0 -2px 0;}
  .choose-design-left1 span{ height: 190px; width: 190px;font-size: 149px; line-height: 220px;}
  .services-4 strong{font-size: 18px;}
  .chooseus strong{font-size: 55px;}
  .choose-design-right1{margin:-40px 0 0 0;padding: 0 0 130px 0;}
  .client strong{}
  .choose strong{font-size: 14px;}
  .client b{font-size: 70px;}
  .chat-whatsapp a{margin: 40px 0 0;width: 90%;font-size: 65px;}
  .contact-info2 ul li:nth-child(2) strong{font-size:14px;}
  .contact-info2 span{height: 80px;width: 80px;line-height: 83px;top: 21px;right: 0px;border: 8px solid #ff8e0145;}
  .contact-info2 span .bi{height:30px;width:30px;}
  .about-chat {margin: 70px 0 0px -30px;}
  .about-chat a{width: 100%;font-size: 42px;}
   .contact-get-1 .call-about a{font-size: 31px;}
  .main-services2 span svg {height: 290px;width: 290px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .chooseus strong{font-size: 66px;}
  .contact-info2 span{right: -10px;}
  .services-section svg{margin: 0px 0 -2px 0;}
  .about-chat {margin: 70px 0 0px -49px;}

}

@media (max-width: 575px) and (min-width: 0px) {
  .more-serv {display:none;}
  .call-about a span{position:relative;text-align: center;line-height: 73px;height: 80px;width: 80px;margin: 30px auto 0;}
  .call-about a{padding: 10px 11px 0px 16px;font-size: 41px;width: 100%;margin: 0 0 30px 0;}
  .call-about a span:before{ height: 80px;width: 80px;border: 6px solid #ffffff;}
  .call-about a span svg{height: 50px;width: 50px;}
  .form-heading strong{font-size: 39px;}
  .contac-rr {padding: 30px 10px 0 10px;}
  .experiences-pandit aside{font-size:30px;}
  .list-design{margin:0;}
  .chat-whatsapp a{font-size: 23px;padding: 10px 20px 10px 20px;}
  .chat-whatsapp a b{margin:0;}
  .client strong{line-height: 58px;font-size: 38px;}
  .contact-info2 span{ position: relative;top: 0px;}
  .contact-info2 a{border-radius:0;padding: 10px 20px;}
  .services-heading p{margin: -20px 0 0 auto;}
  .services-heading span{padding:0;}
  .cen-design{ padding: 10px 0 0;}
  .chat-whatsapp a b svg, .cls-1{height:30px;width:30px;}
  .choose-design-left1 span{height: 130px;width: 130px;font-size: 119px;line-height: 140px;}
  .services-heading strong{font-size: 57px;line-height: 120px;margin: 0px 0 0;}
  .about-content ul li{display:block;}

}
@media (max-width: 420px) and (min-width: 0px) {
  .client b{font-size: 59px;margin: -0px 0 0;}
  .services-heading strong{font-size: 52px;margin: -0px 0 0;}
  .chooseus strong{font-size: 58px;line-height: 72px;text-align: left;margin: -0px 0 0;}
  .services-heading p{font-size: 21px;margin: -20px auto 0 60px;}
  .services-heading span{font-size: 30px;padding: 0 0 px 0;}
  .contact-info2 ul li:nth-child(2) strong{font-size: 17px;}
  .head-logo1{width: 70%;}
  .navbar-toggler {margin: -60px 0 0 auto;}
  .contact-get-1 .call-about a{font-size:30px;}
  .otherservices-right1 ul li{display:block;margin: 10px 0 0 0;}
  .choose-design-left1 span{height: 80px;width: 80px; font-size: 79px;line-height: 90px;}
 .services-heading p{margin: -20px auto 0 0px;}
  .call-about a{padding: 10px 11px 0px 16px;font-size: 27px;width: 100%;}
  
}













