@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');

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

body{
  margin:0;
  padding:0;
  color: #6d2e46;
  font-family: "DM 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;
}

@font-face {
  font-family: 'Subwich';
  src: url('fonts/Subwich.html') format('woff2'),
       url('fonts/Subwich-2.html') format('woff'),
       url('fonts/Subwich.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* START HEADER SECTION  */ 

/* start top head section */ 

.tophead-section{
  position: absolute;
  /* background: #fff; */
  z-index: 9;
  padding: 12px 0 0;
  top: 0;
  width: 100%;
}
.call a{
  display:none;
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
.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 top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  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{padding: 0;}
.head-logo1{
  padding: 0px 0 0 0;
  text-align: left;
}
.head-logo2 img{
}
.head-navigation1{}

/* end top head section */ 


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  position:relative;
  margin: 0 auto;
  z-index: 5555;
  border-radius: 40px 0 0 40px;
  width: auto;
  padding: 8px 40px;
  width: fit-content;
}

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

.navbar-toggler{
  border-radius: 0%;
  width: 50px;
  height: 50px;
  background: #fa9310;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 2px;
  border-radius: 50%;
  margin: 0;
  margin-left: -0px;
  padding-left: 7px;
  border: 0;
  padding-right: 7px;
}
.navbar-toggler {
    margin: -113px  0 0 auto;
    display: block;
}
.fixed-top .navbar-toggler{
  padding-right: 0px;
  margin-left: -9px;
}
.toggle-design{
  height: 2px;
  padding: 0 0px;
  width: 100%;
  background: #ffffff;
  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: #f9930f;
  color: #ffffff;
}
.menu li a.active-1 {
  background: #f9930f;
  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;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  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: 9px 10px 9px 20px;
  text-align: left;
  color: #000000;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  color: #000000;
  font-size: 16px;
  background: #c0203c00;
  border: 0;
  font-weight: 500;
  padding: 0;
  border-radius: initial;
}
.dropdown-menu ul li:hover{
  background: #f9930f;
}
.dropdown-menu ul li:hover a{
  background: #f9930f00;
  color: #ffffff;
}
.dropdown-menu ul li:last-child{
  padding-bottom: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 book appointment section  */

.head-right{padding: 0 0 0 0px;}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1{
  text-align: center;
}

.head-right1 ul li{
  padding: 0 0 0 14px;
  display:inline-block;
  margin: 0;
  list-style: none;
}
.head-right1 ul li a{
  font-size: 19px;
  position:relative;
  text-align: left;
  display: block;
  padding: 0 0 0 60px;
  color: #000000;
}

.head-right li span{
  left: 0;
  position:absolute;
  top: -10px;
  margin:0;
}
.head-right li span img{
  height: 56px;
}
.head-right li p{
  width: fit-content;
  border-radius: 50px;
  padding: 0;
  color: #000000;
  font-size: 21px;
  font-weight: 600;
}
.head-right li p em{
  background: #012c5f;
  width: fit-content;
  border-radius: 50px;
  padding: 4px 22px 2px;
  font-style: normal;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  display:block;
}

.appointement{
}
.appointement a{
  background: linear-gradient(45deg, #bd3239, #cc444b);
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 9px 0 9px;
  border-radius: 10px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.appointement a span{
  background: #ffffffee;
  display: block;
  border-radius: 50%;
  height: 70px;
  line-height: 68px;
  width: 70px;
  margin: 0 auto;
}
.appointement a span img{
  height: 61px;
}
/* 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: #c1373e;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
}

.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;
  padding: 0px 0 60px;
}
.topservices-section:before{
  content:"";
  background: url(images/chakar.html) no-repeat;
  position: absolute;
  height: 100%;
  width:100%;
  z-index: revert-layer;
  right:0;
  z-index: -9;
  top: 0;
  left: auto;
}

.design-aboutus{
  z-index: 9;
  padding: 40px 30px 0 30px;
}
.about-heading{text-align: center;}
.about-heading p{
  color: #000000;
  width: fit-content;
  padding: 6px 0px;
  font-size: 17px;
  font-weight: 600;
  margin: 0 auto;
  border-radius: 20px;
  text-transform: capitalize;
}
.about-heading h1{
  font-size: 47px;
  text-transform: capitalize;
  font-weight: 500;
  color: #364c59;
  font-family: 'Subwich';
}
.about-heading h1 a{
  color: #cc444b;
}
.content-about p{
  color: #434343;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
.content-about p strong{
  color: #cb6a00;
}
.content-about h2,h3,h4,h5,h6{
  color: #ffffff;
  padding: 3px 19px;
  font-size: 19px;
  line-height: 32px;
  width: fit-content;
  background: #f9930f;
  text-transform: capitalize;
  margin: 20px 0 14px 0;
  border-radius: 20px;
}
.whatsapp-icon a{
  position:absolute;
  height: 100%;
  width: 100%;
  top: -20px;
  right: 0;
  display: block;
  left: auto;
}
.content-about  ul{
  padding: 5px 0 7px;
  margin: 0;
  list-style: none;
}
.content-about  ul li{
  font-size: 15px;
  padding: 6px 0px 6px 22px;
  position: relative;
  display: block;
  color: #000;
  margin: 0px 0px 0;
}

.content-about  ul li:after{
  height: 15px;
  width: 15px;
  content:"";
  left: 0px;
  top: 11px;
  position: absolute;
  background: #b92931;
  border-radius: 50%;
  outline: 1px solid #c15801;
  border: 3px solid #ffffff;
}

.list-design{padding: 0 0 30px 0px;}
.list-design ul{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: fit-content;
}
.list-design ul li{
  padding: 0px 40px 0px 20px;
  border-radius: 30px;
  color: #ffffff;
  margin: 20px 2px 10px 2px;
  list-style: none;
  position: relative;
  background: #cc444b;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  font-size: 20px;
  text-align: left;
}
.list-design ul li a{
  color: #ffffff;
  display:block;
  padding: 11px 0px 11px 50px;
}
.list-design ul li:after{
    font-weight: 600;
    position: absolute;
    color: #f9981b;
    top: 6px;
    text-align: center;
    left: 13px;
    font-size: 30px;
    content: "\2736";
    line-height: normal;
    font-family: 'Glyphicons Halflings';
    border-radius: 50%;
    /* transform: rotate(45deg); */
    animation: rotation 3s infinite linear;
}
.list-design ul li:before{
  content:"";
  position: absolute;
  background: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  left: 10px;
  top: 9px;
  border: 3px solid #f9981b;
  outline: 4px solid #eeeeee57;
}

.maincontent-left1{
  padding:0 40px 0 0px;
}
.aboutus-left1{
  padding:0 0px 0 40px;
}






.design-form-round{
    background: linear-gradient(177deg, #b92931 40%, #9f1b22);
    padding: 0px 30px 30px 30px;
    border-radius: 50px 50px 0 0;
    margin: 40px 0 0;
}
.form-design2{text-align: center;}

.heading-form{
  color: #fff;
  text-align: center;
}
.heading-form p{
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 600;
}
.contac-rr {
   padding: 15px 0px 0px;
   margin: 0;
   text-align: left;
}
.form-group1 {
   padding: 0;
   text-align: center;
   margin: 0px 0px 11px;
   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: #252525;
   font-weight: 500;
}
input[type=date]:invalid::-webkit-datetime-edit {
   color: #000000;
}

.form-control1 {
  height: 44px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  border-radius: 20px;
  display: block;
  width: 100%;
  padding: 19px 14px 17px 14px;
  font-size: 17px;
}
textarea.form-control1 {
  height: 120px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 14px 0 0px 0;
  margin: 0;
  display: block;
}
.btn-group>.btn{
  background: #fa9310;
  padding: 11px 35px 11px;
  color: #795548;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  border:0;
  border-radius: 30px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #ffffff;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #000000;
  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;
}

.form-left2{
  padding: 38px 0 60px 0;
  background: #f58b37;
  text-align: left;
}
.form-heading{
  padding: 0px;
  overflow: hidden;
  text-align: center;
}
.form-heading strong{
  font-size: 35px;
  color: #000000;
  display: block;
  background: #ffffff;
  margin: 0;
  font-weight: 600;
  font-family: 'Subwich';
  text-transform: uppercase;
  padding: 0;
  height: 100px;
  width: 300px;
  margin: -30px auto 0;
  border-radius: 60%;
  padding: 30px 0 0;
}
.form-heading p{
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 9px 1px 0;
  line-height: 23px;
  font-weight: 400;
}




.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(images/icon-arrow.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: #6d2e46;
  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;
}

/* end top services section*/


/* start services section */

.services-section{
  padding: 50px 0 80px;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.inner{
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.services-heading{
  position:relative;
}
.services-heading strong{
  font-size: 69px;
  display: block;
  font-weight: 400;
  font-family: 'Subwich';
  color: #b92931;
  text-transform: uppercase;
  position:relative;
}
.services-heading p{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 28px;
}
.services-heading span{
  color: #000000;
  width: fit-content;
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  border-radius: 70px;
  text-transform: capitalize;
}

.contact-services strong{
  font-size: 34px;
  display: block;
  color: #f3f7ff;
  font-weight: 600;
}
.contact-services a{
  display:block;
}
.contact-services a p{
  display:block;
  font-size: 51px;
  padding: 0 22px 0px 22px;
  background: #aa3b12;
  color: #fff;
  font-weight: 800;
}
.contact-services a span{
  color: #6d2e46;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  text-align: left;
  display: block;
  font-size: 30px;
}
.contact-services{
  position:relative;
  margin: 10px 0 0;
}
.contact-services i{
 animation: rotation 10s infinite linear;
 position: absolute;
 display:block;
 bottom: -50px;
 right:0;
}
.chooseee{
  padding: 12px 9px 0;
  background: #fff;
}
.services-1{
  padding: 10px 10px 20px;
}
.services-2{
  padding: 20px 0px 0px;
  border-radius: 40px;
  position:relative;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(249, 147, 15, 0.42) 0px 0px 8px;
  margin-top: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.services-3{position:relative;padding: 0;}
.services-3 img{
  margin: 0 auto;
  border-radius: 50%;
  position:relative;
  border: 10px solid #eeee;
}

.services-3 a{
  position:absolute;
  height: 72px;
  width: 72px;
  line-height: 93px;
  border-radius:50%;
  background: #ca434a;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  z-index: 9;
  animation: pulse2 2s linear infinite;
}
@keyframes pulse2 {
   0% {
      box-shadow: 0 0 0 0 #f9a602c7
   }

   to {
      box-shadow: 0 0 0 20px transparent
   }
}
.services-3 a .bi{
  height: 35px;
  fill: #fff;
  width: 35px;
}
.services-4 {
      padding: 46px 20px 30px;
      background: linear-gradient(to top, rgb(238, 238, 238) 40%, #ffffff);
}
.services-4 strong{
  display: block;
  padding: 0;
  text-transform: capitalize;
  font-weight: 800;
  color: #000000;
  font-size: 25px;
  margin: 0;
  background: -webkit-linear-gradient(45deg, #b92931, #b92931, #8f0b12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-4 p{
  color: #000000;
  line-height: 26px;
  padding: 0px 0px 16px;
  font-size: 15px;
}
.services-4 a{
  color: #ffffff;
  background: #f9930e;
  display: block;
  border-radius: 30px;
  FONT-WEIGHT: 800;
  padding: 7px 23px;
  text-transform: uppercase;
  font-size: 19px;
}

.owl-carousel .owl-item img{
  width: auto;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  color: #ffffff;
  background: #cdcdcda3;
  font-size: 60px;
  display: inline-block;
  margin: 0px 0px 0 0px;
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 45px;
}
.owl-nav{
  width: 100%;
  line-height: 50px;
  top: 180px;
  height: 50px;
  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: 100%;
 top: 48%;
 text-align: left;
 left: 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;}

.banner-1{
  text-align: center;
  padding: 10px;
}
.banner-1 img{border-radius: 20px;}
/* end services section */

/* start why choose us section */

.whychoose-section{
  padding: 80px 0 40px;
  position: relative;
}

.choose-heading p{
  color: #323232;
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
}
.choose-left2{
  padding: 30px 0px;
  border-radius: 20px;
  position: relative;
  z-index: 9;
  background: #b92931;
}
.choose-left2:before{
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    height: 100%;
    z-index: -9;
    width: 100%;
    background-image: radial-gradient(white 1px, transparent 1px), radial-gradient(white 1px, transparent 1px);
    background-size: 40px 60px, 50px 40px;
    opacity: 0.3;
    background-position: 0 0, 30px 30px;
}
.choose-left2 svg{
  fill: #b92931 !important;
  transform: rotate(180deg);
  margin: -50px 0 0;
  z-index: -9;
}
.choose-left2 span{
  display: block;
  border-radius: 50%;
  height: 90px;
  line-height: 74px;
  width: 90px;
  position:relative;
  margin: 0 auto;
  background: #ffffff;
  z-index: 9;
  border: 6px solid #f9930e;
}
.round-choose{
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.choose-left2 span img{
  height: 58px;
}

.choose-left2 p{
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  padding: 0px 0px 22px;
  position:relative;
}
.choose-left2 p:before{
  content:"";
  position:absolute;
  height: 80px;
  border-radius: 50%;
  width: 80px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* background: #ffffff; */
}
.choose-left2 strong{
  text-transform: capitalize;
  color: #000000;
  padding: 0;
  border-radius: 50px;
  display: inline-block;
  margin: 0px 0 0;
  font-size: 18px;
}
.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 0px 0 0px 0;
}
.choose-content p{
  color: #1c1c1c;
  font-size: 15px;
  line-height: 32px;
  padding: 20px 0px 14px;
}
.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{
  margin: 0px;
  padding: 4px 0px 0px;
  overflow: hidden;
  position: relative;
}
.choseee{
  background:#ffffff;
  padding: 20px 0 0;
}
/* end why choose us section */

/* start banner design */

.banner-design-all{
  padding: 170px 0;
  overflow: hidden;
}
.banner-design-all:after{
  content:"";
  position: absolute;
  top: 129px;
  right: 0;
  background: url(images/banner-bg.png) no-repeat;
  height: 60%;
  margin: 0 auto;
  width: 100%;
  background-position: center;
}
.banner-design-all:before{
  content:"";
  position: absolute;
  top: 0px;
  right: 0;
  display: table;
  left: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  background: url(images/shape-banner.png) no-repeat;
  animation: rotation 10s infinite linear;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  background-position-x: center;';
  z-index: -;
  overflow: hidden;
  z-index: -99;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.banner-design-all .row {
  z-index: 9;
  position: relative;
}
.banner-all-1{
  padding: 0 48px;
}
.banner-all-2 img{
  border-radius: 20px;
}



/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 999;
  padding: 50px 0 100px;
}
.testimonials .services-heading strong{
}

.testimonials1{
  padding: 10px;
}
.testimonials1:nth-child(2){
  margin:80px 0 0; 
}
.testimonials2{
  padding: 20px 20px 20px;
  border-radius: 40px;
  box-shadow: 1px 1px 10px 1px #d3d3d3;
  position:relative;
  background: #f9930e;
}
.coma span{
  display: block;
  transform: rotate(180deg);
  margin: 0px auto 0 0;
  z-index: 99;
  text-align: left;
  background: #fff;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: -20px;
  line-height: 72px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.coma span .bi{
  height: 40px;
  color: #f9930e;
  width: 40px;
}
.testimonials3{
}
.testimonials3 strong{
  background: linear-gradient(0deg, #db156f 0%, #ff7237 100%);
  padding: 3px 0 35px 0px;
  display: block;
  text-align: center;
}
.testimonials3 strong p{
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
.testimonials3 strong i{
  color: #ff0;
  margin: -1px 0 0;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.testimonials3 span{
  padding: 0;
  display: block;
  margin: -28px 0 0;
}
.testimonials3 span img{
  border: 6px solid #ffffff;
  border-radius: 50%;
}
.testimonials4 p{
  color: #000000;
  line-height: 27px;
  text-align: left;
  padding: 23px 0 11px;
  font-size: 15px;
}
.testimonials4 {
  position: relative;
  border-radius: 10px;
  padding: 15px 0px 0px;
}
.images img{
  border-radius: 50%;
  position: absolute;
  height: 60px;
  left: 0;
  top: 8px;
}
.images span{
  display: block;
  text-transform: capitalize;
  color: #000000;
  position: relative;
  font-size: 14px;
  padding: 4px 0px;
  width: 80%;
  text-align: right;
  font-weight: 600;
  margin: 0 0 0 auto;
}
.images span b{
  font-weight: 600;
  color: #b92931;
  text-transform: capitalize;
  font-style: italic;
  display: block;
}
.star i {
  padding: 4px 25px 4px 23px;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 0 0 60px 60px;
}
.star i b{
  display:inline-block;
  padding: 0 3px;
}
.star i b .bi{
  height: 17px;
  width: 17px;
  fill: #ffffff;
}
.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: 20px 0 0;
}
/* end testimonials section */


/* start footer section */

.footer{
  padding: 40px 0 0px;
  position:relative;
  background: #b52830;
  background-size: cover;
  z-index: 9;
}
.footer:before{
  content:"";
  position:absolute;
  height: 30%;
  width: 84%;
  background: #8f262c;
  bottom: 102px;
  right: 0;
  z-index: -9;
  border-radius: 0 0 0 100px;
}
.map-design iframe{
  vertical-align: bottom;
  border: 8px solid #ffffff40 !important;
  border-radius: 40px;
  padding: 7px;
  height: 390px;
  border-radius: 50%;
  width: 390px;
  margin: 0px auto 0 0;
  display: block;
}
.map-design  strong{
  background: rgb(17 44 92);
  padding: 14px 40px 14px 30px;
  position: absolute;
  bottom: 110px;
  color: #fff;
  border-radius: 0 30px 30px 0;
  left: 0;
  right: 0;
  width: fit-content;
  font-weight: 500;
  margin: 0 auto 0 0;
  font-size: 26px;
  line-height: 20px;
}
.map-design  strong span{
  display: inline-block;
}
.map-design  strong span .bi{
  color: #fba104;
  height: 2.4rem;
  width: 2.4rem;
  margin: -12px 0 -10px 0;
}

.contact-info2 ul li{
  list-style: none;
  padding: 20px 10px 20px 10px;
  position: relative;
  width: 49%;
  text-align: center;
  display: inline-block;
}
.contact-info2 a{
  display: block;
  padding: 0;
  text-align: center;
  padding: 20px 0;
  border-radius: 30px;
  position: relative;
  background: #ffffff;
}
.contact-info2 span{
  border: 1px solid #e26e3f;
  line-height: 85px;
  pulse2 2s linear animation-iteration-count: infinite;
  width: 90px;
  height: 90px;
  display: block;
  background: #ffffff;
  margin: 6px auto 0;
  border-radius: 50%;
  animation: pulse2 2s linear infinite;
}
@keyframes blk {
  0% {
    outline: 1px solid #ffedd1; }
  50% { outline: 2px solid #ffedd1;}
  100% { outline: 2px solid #ffffff3b;}
}
.contact-info2 span img{
  height: 60px;
}
.contact-info2 strong{
  font-size: 24px;
  display: block;
  position: relative;
  color: #000000;
  padding: 9px 0  5px 0px;
  font-weight: 600;
}
.contact-info2 ul li:nth-child(1){width: 100%;padding: 0px 0px 0px 0px;}
.contact-info2 ul li:nth-child(1) strong img {
    height: 44px;
}
.contact-info2 ul li:nth-child(1) a{
  padding: 0px 0;
}
.contact-info2 ul li:nth-child(1) strong{
  font-size: 21px;
}
.disclaimer {
  padding: 0;
  margin: 0;
  background: #8f262c;
}
.disclaimer b{
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.disclaimer strong{
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  color: #ffffff;
  padding: 0 0 6px 0px;
  display: inline-block;
}

.copy p{
  font-weight: 400;
  color: #ffffff;
  margin: 30px 0 0;
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid #eee;
}

/* end footer section */


/* start bread crumb section  */

.breadcrumb-section{
  position:relative;
  padding: 130px 0 30px;
  text-align: center !important;
}

.breadcrumb-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: url(images/astrology.jpg) no-repeat;
  background-size: cover;
  z-index: -9;
  opacity: 19%;
}
.first-item {
  font-size: 46px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
  padding: 0 0 9px 0;
  position: relative;
}
.first-item a {
  color: #b92931;
  display: block;
  font-family: 'Subwich';
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  color: #000000;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  background: #f9930f;
  margin: 0;
  border-radius: 30px;
  padding: 5px 30px 3px;
  text-transform: capitalize;
  position: relative;
}
/* 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;
}
.contact-get-2{
  padding: 25px 10px 25px;
}
.contact-get-2 a{
  background: #fff;
  display: block;
  position: relative;
  padding: 20px 20px;
  border: 1px solid #e3a500;
}
.contact-get-2 iframe{
  height: 279px;
  padding: 20px;
  
}
.getin-icon{
  position: absolute;
  left: 6px;
  top: 13px;
}

.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
  display: block;
  margin: 0 auto;
}
.getin-icon span strong img{}
.getin-content{
  padding: 0px 0 0 84px;
  z-index: 9;
  text-align: left;
  position: relative;
}
.getin-content strong{
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding: 3px 0px 2px;
  border-radius: 50px;
}
.getin-content p{
  color: #cd444c;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
}
.chatting-banner a{
  color: #fff;
  text-align: center;
  padding: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 48px;
  background: #2ebe41;
  margin: 0 auto;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/

/* ===============================================================
           START INNER PAGE CSS 
==================================================================*/
.inner-page{
  background: #fff;
  padding: 70px 0 30px;
  margin: 0px 0 20px 0;
}
.services-page .services-2{
  background: linear-gradient(0deg, #db156f 0%, #ff7237 100%);
}
.services-page .services-4 a{
  background: #f8f700;
  color: #000000;
}
.services-page .services-3 strong{
  color:#fff;
}
.services-page .services-4 p{
  color:#fff;
}
.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);
  }
}

.services-our1{
  padding:0 0 0  30px;
}
.services-our1 a{
  padding: 10px 10px 14px 10px;
  text-align: center;
  background: #6d2e46;
  font-size: 46px;
  color: #000000;
  font-weight: 700;
  display:block;
  text-decoration: none;
  position: relative;
}

.services-our1 strong{
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background: #6d2e46;
}
.services-our1 p{
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 10px 0 5px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.services-our1 span{
  color: #395612;
  font-size: 18px;
  background: #ffea00;
  margin: 0;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 7px 24px 6px;
}
.list-link-design ul{
  background: #cc444b;
  padding: 20px 20px 20px;
  margin: -0px auto 0;
  border-radius: 30px;
  position: relative;
}
.list-link-design ul li{
  padding: 0px 40px 0px 20px;
  border-radius: 30px;
  color: #ffffff;
  margin: 20px 2px 10px 2px;
  list-style: none;
  position: relative;
  background: #f9930f;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  font-size: 20px;
  text-align: left;
}
.list-link-design ul li a{
  color: #ffffff;
  display:block;
  padding: 11px 20px 11px 50px;
}
.list-link-design ul li:after{
    font-weight: 600;
    position: absolute;
    color: #cd444c;
    top: 6px;
    text-align: center;
    left: 13px;
    font-size: 30px;
    content: "\2736";
    line-height: normal;
    font-family: 'Glyphicons Halflings';
    border-radius: 50%;
    /* transform: rotate(45deg); */
    animation: rotation 3s infinite linear;
}
.list-link-design ul li:before{
  content:"";
  position: absolute;
  background: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  left: 10px;
  top: 9px;
  border: 3px solid #f9981b;
  outline: 4px solid #eeeeee57;
}

.aboutus-pageleft1{
  padding:0 0 0 30px;
}
.maincontent-right1 .chatting-banner a{
  font-size: 36px;
  margin: 20px 0 0;
  padding: 3px 0;
}
.inner-form{background: linear-gradient(177deg, #b92931 40%, transparent);padding: 40px 20px 20px;border-radius: 20px;}
/* ===============================================================
           END INNER PAGE CSS 
==================================================================*/

.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  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{
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 60px;
  left: -40px;
  bottom: 15px;
  width: 110px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #fd0202;
  border-radius: 30px;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
  bottom: 100px;
}
.end li a{
  color:#fff;
  display: block;
}
.end li:after{
  position: absolute;
  height: 60px;
  width: 110px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 00;
  z-index:-99;
  content: "";
  border-radius: 30px;
  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);}


}

.end li a img
{
    filter: brightness(0.5) invert(1);
    height: 40px;
    margin: 9px 18px 0 auto;
    display: block;
}



@media (max-width: 767px){
  body{text-align: center;}
  .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;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  .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: 0 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{}
  .services-section {padding: 30px 0px 20px;}
  .whychoose-section{padding: 0 0px;}
  .testimonials{padding: 50px 0px 100px;}
  .design-form{padding: 0 0px;}
  .footer{padding: 30px 0px 0;}
  .choose-left2 strong{padding:5px 10px;}
  .choose-left2 p{padding: 0 0 50px;}
  .contact-info2 ul li {padding: 20px 0 0px 0px;width: 100%;}
  .disclaimer {padding: 10px;}
  .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 0 0;}
  .getintouch {padding: 100px 15px;}
  .contact-get-2 {padding: 15px 2px 15px;}
  .maincontent-left1{padding: 0 0px 20px 0px;}
  .aboutus-left1 { padding: 0 0px 0 0px;}
  .inner-page{padding: 50px 10px 0;}
  .maincontent-right1{padding: 0 0px 20px;}
  .services-3 img{height:auto;}
  .about-heading h1{font-size: 36px;}
  .topservices-section {padding: 0px 0 60px;}
  .form-design2 .image-round{height:200px;}
  .services-our1{padding:0;}
  .services-our1 a{font-size: 32px;}
  .services-our1 p{font-size: 15px;}
  .services-our1 strong{font-size: 19px; padding: 8px 10px;}
  .getin-left1{padding:0;}
  .design-form-round{height: auto;width: auto;padding: 0px 16px 20px;border-radius: 20px;}
  .form-heading p {padding: 9px 0px 0;}
  .aboutus-pageleft1 {padding: 0px 0px 0 0px;}
  .services-3:before{height:200px;width:200px;}
  .services-3 a{height: 49px;width: 49px;line-height: 57px;}
  .services-3 a .bi{height: 25px;width: 25px;}
  .services-4 strong{font-size:20px;}
  .services-3{padding: 0 27px;}
    .getin-left1{padding:0;}
  .form-left1{margin:0;padding: 0px 0px 0 0px;}
  .choose span{border-radius: 0;padding: 6px 8px;font-size: 30px;}
  .whychoose-section { padding: 100px 0 40px;}
  .banner-all-1 {padding: 18px;}
  .banner-design-all{padding:170px 0 100px;}
  .list-design {padding: 0 0 0 0px !important;}
  .list-link-design ul{padding: 1px 5px 10px;}
  .list-link-design ul li a{padding: 10px 0px 11px 22px;font-size: 17px;}
  .list-link-design ul li {padding: 0px 0px 0px 20px;}
  .list-link-design ul li:before{height: 27px;width: 27px;border: 1px solid #8f1d23;outline: 2px solid #eeeeee57;}
  .list-link-design ul li:after{left: 11px;top: 2px;/* font-size: 17px; */}
    .map-design iframe{ margin: 0 auto; height: 300px;  width: 100%; border-radius: 0;}
  .testimonials1:nth-child(2){margin:0;}
  .appointement{display:none;}
  .head-logo1{width:100%;}
  .head-right1 ul{display:none;}
  .head-right{width:100%;}
  .navigation{width:100%;padding:0;border-radius: 0;margin: 0;}
   .services-heading strong{font-size: 50px;}
  .choose-left2 svg{margin: -75px 0 0;}
  .services-4 a{font-size: 17px;}
  .tophead-section{position:relative;}
  .call a{display:block;}
  .breadcrumb-section {padding: 30px 0 30px;}
  
 




}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown:hover .dropdown-menu{display:none;}
  .fixed-top .menu{padding: 13px 0 13px;margin-top: 36px;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  #navbar_top .row{padding-bottom: 0;}
  .design-aboutus {padding: 0 0px 0 0px;}
  .topservices-section:after{display:none;}
  .whychoose-section:before{display:none;}
  .choose-left2 p{padding: 10px 10px 10px;}
  .contact-info2 span{right: -0px;}
  .contact-info2 ul li {padding: 20px 0 20px 0px;width: 49%;}
  .whatsapp-icon a{right:40px;}
  .testimonials1:nth-child(3){width:100%}
  .shiv-image{margin:0;}
  .contact-get-2 a { padding: 40px 10px;}
  .contact-get-2 {padding: 15px 10px 15px;}
  .services-our1{padding:20px 0 00;}
  .contact-info2 strong {font-size: 19px;}
  .getin-left1{padding:0;}
  .form-left1{margin:0;}
  .choose span{padding: 6px 33px;font-size: 35px;}
  .whychoose-section { padding: 100px 0 40px;}
  .banner-all-1 {padding: 18px;}
   .aboutus-pageleft1 {padding: 0px 0px 0 0px;}
  .map-design iframe{ margin: 0 auto; height: 300px;  width: 100%; border-radius: 0;}
  .testimonials1:nth-child(2){margin:0;}
  .appointement{display:none;}
  .head-logo1{width:100%;}
  .head-right1 ul{display:none;}
  .head-right{width:100%;}
  .navigation{width:100%;padding:0;border-radius: 0;margin: 0;}
  .maincontent-left1{padding:0;}
  .tophead-section{position:relative;}
  .breadcrumb-section {padding: 30px 0 30px;}








  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-right1 ul li:nth-child(1){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: -20px;}
  .map-design strong span .bi{height: 1.7rem;width: 1.7rem;margin: 0px 6px -5px -20px;}
  .map-design strong{font-size: 15px;}
  .contact-info2 ul li {padding: 20px 0 20px 30px;}
  .disclaimer {padding: 18px 0 0 30px;}
  .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;}
    .services-our1 a{font-size: 32px;}
  .services-our1 p{font-size: 15px;}
  .services-our1 strong{font-size: 19px; padding: 8px 10px;}
  .tophead-left2 a p span{font-size: 23px;}
  .design-form-round{height: auto;width: auto;padding: 0px 25px 20px;}
  .form-heading p {padding: 9px 10px 0;}
  .services-3:before{height: 250px;width: 250px;}
  .services-3 a{height: 49px;width: 49px;line-height: 57px;}
  .services-3 a .bi{height: 25px;width: 25px;}
  .services-2 {padding: 10px;}
  .services-3{padding: 0 27px;}
  .about-heading h1{font-size: 33px;}
  .about-heading p{padding: 6px 26px;font-size: 16px;}
  .list-design ul{padding: 10px 10px 10px;margin: 0px auto 0;border-radius: 30px;}
  .choose span{padding: 6px 53px;font-size: 42px;}
  .map-design iframe{height: 310px;width: 310px;}
  .choose-left2 svg{margin: -47px 0 0;}
  .services-4 strong{font-size: 20px;}
  .menu li a {padding: 2px 8px 3px;}
  .head-right li p{font-size: 27px;}
  .menu li {padding: 0px 5px;}
  .appointement a{font-size: 14px;}
  .navigation {margin: 13px 0 0 auto;}
  




}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
   .contact-info2 span{right: -20px;}
  .head-right1 ul li a{font-size:15px;}
  .head-right1 ul .chat-online a{font-size:16px;}
  .menu li a { padding: 2px 10px 3px;}
  .head-right li p{font-size: 19px;}
  .map-design iframe{height: 360px; width: 360px;}
  
  

}

@media (max-width: 575px) and (min-width: 0px) {
  .services-heading strong{font-size: 31px;}
  .testimonials1{padding: 10px 4px;}
  .choose-left2 {padding: 20px 0;}
  .contact-services a p{font-size: 29px;padding: 0 12px 0px 12px;}
    .text-services p{font-size: 22px;}
  .owl-carousel .owl-item img{height:auto;}
  .contact-number a span{display:none;}
  .head-logo1{padding: 0 0px;}
  .head-navigation1{width:100%;}
  .slide-section {margin: -0px 0 0;}
  .whatsapp-icon a img{height:80px;}
  .form-design2 {padding: 0px 0px 30px;}
  .heading-form p {font-size: 26px;}
  .first-item{font-size: 26px;}
  .contact-info2 a{padding:0 ;}
  .contact-services i{animation:none;}
  .tophead-center2 img{height:auto;}
  .chatting-banner a{font-size: 31px;}
  .maincontent-right1 .chatting-banner a{
    font-size: 31px;}
  .topservices-section:before{top: 230px;opacity: 0.4;}
  .inner-form{padding: 0px 18px 30px;}
  .contact-info2 ul li:nth-child(3) strong {font-size: 16px;}
  .contact-get-2:nth-child(3) .getin-content strong{font-size: 12px;padding: 3px 6px 2px;}
  .contact-get-2 a {padding: 10px 8px 20px;}
  .list-design ul li{width:100%;padding: 0px 9px 0px 6px;font-size: 18px;margin: 20px 2px 0px 2px;}
  .banner-design-all{padding: 40px 0 0px;}
  .form-heading strong{width:fit-content;font-size: 29px;margin: -40px auto 0;padding: 40px 20px 0px;}
  .head-logo2 img{width: 200px;}
  .getin-icon{position: relative;left: 0;right: 0; margin: 0 auto;}
  .getin-content{padding:0;text-align:center;}
  .getin-content strong{padding:0;}
  .getin-content p{padding:10px 0 0;}
  .navbar-toggler {margin: -73px 0 0 auto;}
 
  
}
@media (max-width: 420px) and (min-width: 0px) {
  .choose-left2 strong{font-size: 17px;}
  .services-heading span{padding: 6px 24px;font-size: 14px;}
   .list-services ul li {padding: 11px 51px 11px 14px;font-size: 16px;}
  .contact-services strong { font-size: 30px;}
  .about-heading h1{font-size: 35px;}
  .whatsapp-icon a{top: 0px;}
  .navbar-toggler {margin: -70px 0 0 auto;width: 40px;height: 40px;}
  .tophead-left2 a p span{ font-size: 24px;padding: 3px 20px 3px 31px;}
  .services-3:before{height:200px;width:200px;}
  .services-3 a{height: 49px;width: 49px;line-height: 57px;}
  .services-3 a .bi{height: 25px;width: 25px;}
  .contact-info2 ul li:nth-child(1) strong{font-size: 16px;}
      .choose-left2 svg {margin: -51px 0 0;}
}













