@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
body{
  margin:0;
  padding:0;
  color: #d45849;
  font-family: "Sora", sans-serif;
}
: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: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
p, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}


/* START HEADER SECTION  */ 

.cen-design{align-items: start;}
.mob-show{display: none;}
 

.navigation{
  padding: 5px 0 0;
}


/* start navigation section */
.navigation{
    padding: 0px 12px;
    position: relative;
}

.book-an-appoint.deskshow a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    background: #d45849;
    padding: 7px 12px 5px;
    text-align: center;
    border-radius: 10px;
}
.navigation:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}
.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0 12px;
}
.menu li a{
    color: #000000;
    display: block;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    padding: 2px 0 1px;
    font-size: 17px;
    text-transform: capitalize;
}
.nav-link:focus{
   color: rgb(255 255 255);
}

.menu li a:hover{
  color: #ffffff;
}
.navbar-nav .nav-link.active{
  color: #424141;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color:#fff;
}

.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler{
  width: 42px;
  height: 32px;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding: 0 0 3px;
  border-radius: 0;
  border: 1px solid #d45849;
  line-height: 1px;
}

.toggle-design{
  height: 2px;
  width: 61%;
  background: #000000;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 8px 10px 0;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  z-index: 2;
  border-radius: 0;
  transition: 0.2s all;
  background: #ffffff;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu li{
  display:block;
  text-align: left;
  padding: 0 5px;
}
.dropdown-menu li a::before{
  width:0;
}
.dropdown-menu li:hover{
 /* background:#fff; */
}
.dropdown-menu li a{
  display:block;
  border: 0;
  padding: 2px 0;
}
 .dropdown-item:focus, .dropdown-item:hover{
  background: transparent;
}
.dropdown-item:focus, .dropdown-item:hover a{
  color: #000000;
}
.dropdown-menu li:hover a{
 color: #d45849;
}
.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*/

/* fixed head css start */

#navbar_top .mobile{
  justify-content: center;
  align-items: center;
  padding: 0px 0 0;
  z-index: 99;
  position: relative;
}
/* fixed head css end */





/* start book appointment section  */

.nav-section{background: #eda881;padding: 5px 0;}
.head-right1{padding: 6px 0 8px;}
.head-right1 ul{
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  justify-content: end;
}
.head-right1 ul li a{
  font-size: 17px;
  color: #000000;!i;!;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 0 12px 0 60px;
}
.head-right1 ul li a span{
  font-size: 16px;
  color: #d45849;!i;!;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
}
.head-right1 li i{
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 56px;
  background: #d45849;
  border-radius: 50px;
  margin: 0 5px;
  position: absolute;
  left: 0;
  text-align: center;
}

.head-right1 li i svg{
  height: 22px;
  width: 22px;
  fill: #fff;
}
/* end book appointment section */



/* slider section start */
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-image:none;
}
.slide-btn b span{
  line-height: 58px;
  height: 35px;
  width: 35px;
  background: #ffffff;
  margin: 0 0 0;
}
.slide-btn b span svg{
  width: 35px;
  height: 35px;
  fill: #000000;
}
.carousel-control-next{

  right: 0px;
}

/* sider section end */


/* about us section start */
.about-call a svg{
  width: 20px;
  height: 20px;
}
.about-call a{
  background: #d45849;
  text-align: center;
  display: block;
  color: #fff;
  padding: 8px 12px 5px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  margin: 0 0 22px;
  z-index: 0;
}
.about-call a:before{
  content:"";
  border: 1px solid #d45849;
  width: 90%;
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.big-call {
    position: relative;
    padding: 0 0 0 125px;
    margin: 18px 0 0;
}
.big-call:before{
  content:"25";
  position: absolute;
  left: 0;
  font-size: 75px;
  font-weight: 700;
  color: #000000;
  top: -8px;
  background: #eda881;
  line-height: 90px;
  width: 110px;
  height: 82px;
  text-align: center;
}
.big-call p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.big-call strong {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    display: block;
    text-transform: capitalize;
}
.about-img1{
  
padding: 12px;
  
text-align: center;
}
.about-img1 img{
  border-radius: 15px;
}
.content-aboutus h2,h3,h4,h5,h6{
  color: #000;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
}
.aboutus-center1{
  padding: 12px;
}
.heading-about h1, .heading-about strong{
   font-size: 50px;
   font-weight: 800;
   text-transform: capitalize;
   display: block;
}
.heading-about h1 a{
   color: #d45849;
}
.heading-about span{
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
.heading-about p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #202020;
}
.aboutus-section{
    position: relative;
    z-index: 2;
}
.aboutus-section::before {
    content: "";
    background: url(images/horoscope.png);
    position: absolute;
    top: -100px;
    width: 300px;
    height: 300px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    background-position-x: center;
    animation: animName 8s linear infinite;
    margin: 0 auto;
    right: 132px;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
  
}
.content-aboutus p{
  color: #2f2f2f;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 6px 0;
  text-align: justify;
}
.content-aboutus ul li{
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    align-items: center;
    padding: 10px 15px 8px 22px;
    margin: 5px 0;
    border-radius: 50px;
    border: 1px solid #eda881;
}
.content-aboutus ul li:before{
  content: "";
  position: absolute;
  height: 18px;
  top: 11px;
  border-radius: 50%;
  width: 10px;
  left: 5px;
  background: #d45849;
}
.content-aboutus p img{
    float: right;
    width: 230px;
    margin: 0 0 12px 12px;
}
.form-design{
  padding: 12px;
}
.form-design1{
  padding: 35px 35px;
  background: #f4f4f4;
  border-radius: 15px;
  position: relative;
  z-index: 0;
}

.form-group1 {
   padding: 7px 5px;
}
input.form-control1 {
   color: #000000;
}

.form-control1 {
  height: 44px;
  background-color: #ffffff;
  border: 0px solid #eda881;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 140px;
  border-radius: 22px;
}

.btn-group{
  padding: 10px 5px 0;
  display: inline-block;
  text-align: center;
}
.btn-group>.btn{
  background: #000000;
  padding: 10px 22px 8px;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  border:0;
  border-radius: 50px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000000;
   color: #ffffff;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #565656;
  padding-left:5px;
  font-size:14px;
  font-weight:300;
}
: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: 35px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.form-heading span{
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  color: #000000;
}
/* about us section end */




/* services section start */
.services-section{
  position: relative;
  overflow: hidden;
}
.services-section svg.shape-top{
  top:0;
  height: 380px;
}
.services-section svg{
  position: absolute;
  bottom: 0;
  z-index: -1;
} 
.heading-services strong{

color: #fff;

text-shadow: 2px 2px 3px #d45849;
}
.services-1{padding: 12px;}
.services-2{
  text-align: center;
}
.services-3{
  position: relative;
}
.services-4 {
    position: relative;
    display: block;
    border: 2px solid #d45849;
    border-top: 0;
    padding: 0 15px 15px;
    border-radius: 0 0 20px 20px;
    background: #ffdfce;
}

.services-3 img{
  border-radius: 200px 200px 0 0;
  width: 100%;
}
.services-4 strong{
   font-size: 20px;
   color: #ffffff;
   padding: 6px;
   background: #d45849;
   text-align: center;
   display: block;
   text-transform: capitalize;
   font-weight: 600;
   text-shadow: 1px 1px 3px #eda881;
}
.services-4 p{
    padding: 8px 0 10px;
    color: #2f2f2f;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
.services-4 a{
  color: #ffffff;
  display: inline-block;
  border-radius:50px;
  padding: 6px 15px 6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background: #00aa00;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(0 170 0), inset -0.2em -0.2em 0.2em 0 rgb(0 67 0);
}
@keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.more-serv a{
  text-align:center;
  text-transform: uppercase;
  font-size: 30px;
  display:block;
  background: #dd4e5d;
  width: fit-content;
  font-weight: 700;
  padding: 6px 30px;
  color: #ffffff;
  margin: 50px auto 0;
}
.btn1 {
    top: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.btn1 a {background: #ffffff;padding: 5px 12px 3px;display: inline-block;color: #ba1b0a;text-transform: uppercase;font-weight: 600;font-size: 17px;border-radius: 50px;}
/* services section end */


/* why us section start */
.why-section{
  background: #d45849;
}
.why-section .heading-about strong{

text-shadow: 2px 2px 3px #eda881;

color: #fff;
}
.why-section .heading-about span{

background: #eda881;

width: fit-content;

padding: 5px 12px 3px;

border-radius: 40px;
}
.why-section .content-aboutus p{

color: #fff;
}
.choose1{
  padding: 12px 12px;
}
.choose2{
  padding: 12px 12px;
  background: #ffffff;
  text-align: center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.choose1 span{
    width: 155px;
    height: 90px;
    line-height: 92px;
    border-radius: 50%;
    background: #eda881;
    align-items: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.choose2:before {
    position: absolute;
    content: '';
    width: 170px;
    height: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -58px;
    background: #d45849;
    border-radius: 50%;
}
.choose1 span svg{
  width: 60px;
  height: 60px;
}

.choose1 strong{
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  padding: 5px 0 0;
}
.choose1 p{
  color: #2f2f2f;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
}
.why-section .about-img1 img{

margin: -75px 0 0;

width: auto;
}
/* why us section end */



/* other services section start */
.other-serivces1{
  padding: 12px;
  text-align: center;
}
/* other services section end */



/* testimonials section start */

.testi-grid{

padding: 12px;

position: relative;
}
.testi-heading svg{
  
width: 400px;
}
.testi-heading strong{
  font-size: 80px;
  color: #000000;
  line-height: 92px;
  font-weight: bold;
  display: block;
  text-transform: capitalize;
}

.testi-shape:before{
  background: #eda881;
  background-repeat: no-repeat;
  position: absolute;
  background-position: right;
  content: "";
  right: 0;
  bottom: 0px;
  border-right: 0;
  z-index: -9;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}
.testimonials-design1{
  padding: 15px;
}
.testimonials-design2{
  padding: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 14px 0px #00235d1a;
  border-radius: 0 0 25px 25px;
  text-align: center;
  border: 2px solid #eda881;
  border-top: 0;
  overflow: hidden;
}
.testimonials-design2 strong{
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.testimonials-design2 p{
  color: #2f2f2f;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  padding: 0 0 10px;
  font-style: italic;
}
.testimonials-design2 span{
  padding: 0 0 10px;
  position: absolute;
  left: 0;
  opacity: .1;
  bottom: 0;
  right: 0;
}
.testimonials-design2 span svg{
  width: 140px;
  height: 140px;
  fill: #d45849;
}
/* testimonials section start */

/* footer section start */

.map-section{
  position: relative;
}

.map-section iframe{
  vertical-align: bottom;
  height: 300px;
  width: 100%;
}

.footer-section{
  background: #d45849;
  padding: 0px 0 35px;
}
.footer-links ul li{
  color: #fff;
  padding: 8px 15px 8px 37px;
  background: #ffffff;
  position: relative;
  font-size: 17px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 4px 5px;
  border-radius: 0 0 20px 5px;
  overflow: hidden;
}
.footer-links ul li a{
  color: #000;
}
.footer-links ul li:before{
  content:"";
  position:absolute;
  top: 13px;
  left: 17px;
  width: 15px;
  height: 15px;
  background: #eda881;
  border-radius: 50%;
}
.footer-links ul li:after{
  content:"";
  position:absolute;
  top: 23px;
  left: 25px;
  width: 8px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
}
.copy{
}
.disclaimer b{
  display:block;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.disclaimer strong{
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
}
.copy p{
  padding: 15px 0 0 0;
  font-weight: 500;
  color: #ffffffc9;
  font-size: 14px;
}
.disclaimer {}
.footer-contact{
  padding: 20px;
  background: #ffffff;
  border-radius: 500px;
  margin: -75px 0 30px;
  position: relative;
}
.contact-left1{padding: 10px;}
.contact-left2{
  display: flex;
  align-items: center;
}

.contact-left1 span{
  display: inline-block;
  text-align: center;
}
.contact-left1 span b{
  display: block;
  height: 80px;
  width: 80px;
  background: #eda881;
  border-radius: 50px;
  line-height: 105px;
  animation: pulse-2 2s linear infinite;
  margin: 0 auto;
}
@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #eda881;
   }
   to {
      box-shadow: 0 0 0 10px #8db0ea00
   }
}
.contact-left1 span svg{
  height: 42px;
  width: 42px;
  fill: #ffffff;
}
.contact-left1 p{
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 0 15px;
}
.contact-left1 p i{
  
text-transform: capitalize;
  
display: block;
  
font-weight: 600;
  
font-style: normal;
  
font-size: 19px;
}
.contact-left1 p strong{
  font-weight:600;
  display: block;
  padding: 0px 0 0;
  color: #000;
}
/* footer section end */



/* bread crumb section start */
.breadcrumb-section{
  padding: 40px 0;
  position: relative;
  background: url(images/bg.webp) no-repeat;
  z-index: 1;
  background-size: cover;
}

.breadcrumb-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eda881de;
  background-size: 20px 20px;
  z-index: -1;
  background-attachment: fixed;
}
.first-item {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
}
.first-item a {
  color: #000000;
  display: block;
}
/* bread crumb section end */


/* contact us page section start */
.contact-1 iframe{width: 100%;height: 240px;border-radius: 12px;}
.form-design2{
  padding: 0 12px;
  text-align: center;
}
.form-design2 img{
  border-radius: 12px;
}
.contact-1{
  
padding: 12px;
}
.contact-2{
  padding: 20px 12px 15px;
  border-radius: 12px;
  box-shadow: 0 0 6px #dadada;
}
.contact-2 p{
  color: #000000;
  font-weight: 500;
  padding: 12px 0 0;
  font-size: 15px;
}
.contact-2 span{
  height: 92px;
  width: 92px;
  line-height: 111px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0px 12px #ffffff0a;
  background: #d45849;
  margin: 0 auto;
}
.contact-2 span svg {
      animation: hithere 1.3s ease infinite;
      width: 35px;
      height: 35px;
      fill: #ffffff;
}

@keyframes hithere {
  30% { transform:scale(1.2); }
  40%, 60% { transform:scale(1.2); }
  50% { transform:scale(1.2); }
  70% { transform:scale(1.2); }
  100% { transform:scale(1); }
}
/* contact us page section end */


/*==============================================================
                     404 PAGE CSS START
================================================================*/ 
.not-found-page-section{
  padding: 40px 0;
  position: relative;
  background: url(images/bg.webp) no-repeat;
  z-index: 1;
  background-size: cover;
}

.not-found-page-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d45849d9;
  background-size: 20px 20px;
  z-index: -1;
  background-attachment: fixed;
}
.not-found-page strong {
  font-size: 15pc;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ffffff;
}
.not-found-page strong i{
  padding: 0 5px;
  margin: -56px 0 0;
  display: inline-block;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.not-found-page strong i svg{
  width: 175px;
  height: 175px;
}
.not-found-page p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
/*==============================================================
                      404 PAGE CSS END 
================================================================*/ 




/* fixed mobile icons start */

.icon-fixed-mobile{
  background-color: #0000000a;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
  height: 40px;
}
.icon-fix{
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 9px;
}
.left-icon{
  padding: 0;
}
.center-icon a{
  background: #ec000f;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(236 0 15), inset -0.2em -0.2em 0.2em 0 rgb(98 0 6);
}
.left-icon a{
  background: #00aa00;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(0 170 0), inset -0.2em -0.2em 0.2em 0 rgb(0 67 0);
  margin: 0 0 0 auto;
}

.contact-icon{
  width: 50%;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  margin: -42px 0 0;
  text-align: center;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: center;
  height: 60px;
  font-size: 22px;
  line-height: 58px;
  width: 60px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50%;
}
.contact-icon a .bi{
   height: 1.5rem;
   margin: 0 0 -1px 0;
   color: #fff;
   width: 1.5rem;
   animation: trin 0.5s linear infinite;
}

@keyframes trin {

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

}

.right-icon{
  width: 60%;
  padding: 0;
}
.right-icon strong{
  display:block;
  color: #000000;
  font-weight: 700;
}
.right-icon p{
  display:block;
  color:#4d4d4d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}



@media (max-width: 767px){

 .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{padding: 0;}
  .menu li, .menu li a{display: block;padding: 0;margin: 0;}
  .menu li a{display: block;padding: 4px 0 0;text-align: left;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .menu li a:hover{background: transparent;color: #e94d53;}
  .dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 0;}
  .navigation{background: transparent;}
  .book-an-appoint, .head-right1 ul li:nth-child(2){display: none;}
  .slide-btn b span {line-height: 44px;height: 28px;width: 28px;}
  .slide-btn b span svg {width: 28px;height: 28px;}
  .services-4 strong {font-size: 15px;}
  .why-section .about-img1 img {margin: 0;}
  .content-aboutus p {text-align: left;}
  .other-serivces1 { padding: 5px;}
  .testi-heading strong { font-size: 45px;line-height: 50px;}
  .testi-heading svg {width: 295px;height: 130px;}
  .footer-contact {padding: 20px 10px;border-radius: 30px;}
  .footer-links ul li {padding: 8px 12px 8px 32px;font-size: 14px;}
  .footer-links ul li:after {left: 19px;}
  .footer-links ul li:before {left: 10px;}
  .first-item {font-size: 28px;}
  .breadcrumb-section {padding: 15px 0;}
.aboutus-section::before {top: -70px;width: 170px;height: 170px;right: 40px;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;}
  .head-line{display:none;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{padding: 0;}
  .menu li, .menu li a{display: block;padding: 0;}
  .menu li a{display: block;padding: 6px 0 0px;text-align: left;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .menu li a:hover{background: transparent;color: #e94d53;}
  .dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;padding: 0;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 0;}
  .head-right{padding: 0;}
  .navigation{background: transparent;}
  .book-an-appoint, .head-right1 ul li:nth-child(2){display: none;}
  .why-section .about-img1 img {margin: 0;}
  .other-serivces1 { padding: 5px;}
  .testi-heading strong {font-size: 58px;}
  .contact-left1:nth-child(3){display: none;}
  .aboutus-section::before {top: -70px;width: 230px;height: 230px;right: 60px;}

  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li {padding: 0 0px;}
  .book-an-appoint.deskshow a {font-size: 19px;}
  .about-call a {font-size: 20px;}
  .big-call strong {font-size: 35px;}
  .big-call p {font-size: 15px;}
  .big-call:before {font-size: 56px;line-height: 80px;width: 80px;height: 75px;}
  .big-call {padding: 0 0 0 95px;}
  .services-4 strong {font-size: 18px;}
  .choose1 strong {font-size: 13px;}
  .testi-heading strong {font-size: 68px;line-height: 82px;}
  .footer-links ul li {padding: 8px 15px 8px 35px;font-size: 15px;margin: 0px 2px 0;}
  .contact-left1 p {font-size: 13.5px;}
  .contact-2 p {font-size: 13px;}
 


}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {

  
  

}

@media (max-width: 575px) and (min-width: 0px) {
.menu li a {font-size: 15px;}
.navbar-toggler {width: 40px;height: 28px;line-height: 0px;padding: 1px 0 4px;top: -46px;}
.head-right1 ul {justify-content: center;}
.head-right1 {padding: 0 0 8px;}
.head-right1 li i:before {top: -6px;right: -6px;}
.mob-show {padding: 2px 0 4px;}
.flex-mob{flex-direction: column-reverse;}
.head-logo2{text-align: center;padding: 0;}
.about-call a {font-size: 17px;}
.big-call strong {font-size: 28px;}
.big-call p {font-size: 15px;}
.big-call:before {font-size: 56px;line-height: 80px;width: 80px;height: 75px;}
.big-call {padding: 0 0 0 95px;}
.services-4 strong {font-size: 18px;}
.choose1 strong {font-size: 13px;}
.heading-about h1, .heading-about strong {font-size: 40px;}
.heading-about span { font-size: 16px;}
.choose1 strong {font-size: 16px;}
.form-heading strong {font-size: 30px;}
.banner{padding: 12px 0 !important;}
.testi-heading strong {font-size: 32px;line-height: 15px;}
.testi-heading svg {width: 215px;height: 110px;}
.other-services-section{padding-bottom:0 !important;}
.content-aboutus p img { width: 158px;}
.not-found-page strong {font-size: 120px;}
.not-found-page strong i svg {width: 95px;height: 95px;margin: 0 0 -25px;}
.not-found-page span {font-size: 22px;}
.not-found-page p {font-size: 12px;}
.not-found-page a {font-size: 12px;}
.not-found-page-section{padding: 20px 0!important;}
.maincontent{padding: 15px 0 0 !important;}
.content-aboutus h2, h3, h4, h5, h6 {font-size: 16px;line-height: 28px;}
 .aboutus-section::before {top: -30px;width: 175px;height: 175px;right: -152px;left: 0;}

}


@media (max-width: 420px) and (min-width: 0px) {
.head-logo2 img {width: 250px;}
.heading-about h1, .heading-about strong {font-size: 32px;}
.heading-about p {font-size: 13px;line-height: 22px;}
.heading-about span {font-size: 14px;}
.form-design1 {padding: 25px;}
.form-heading strong {font-size: 22px;}
.form-heading span { font-size: 12px;}
.about-call a {font-size: 13px;}
.about-call a svg {width: 15px;height: 15px;}
.big-call strong {font-size: 21px;}
.big-call p {font-size: 12px;}
.big-call:before {font-size: 45px;line-height: 62px;width: 65px;height: 55px;}
.big-call {padding: 0 0 0 75px;}
.testi-heading strong {font-size: 25px;line-height: 12px;}
.testi-heading svg {width: 200px;height: 110px;}
.footer-links ul li {padding: 8px 12px 8px 22px;font-size: 12px;margin: 0px 1px -1px;}
.footer-links ul li:after {left: 10px;}
.footer-links ul li:before {left: 3px;}
.contact-left1 span b {height: 55px;width: 55px;line-height: 67px;}
.contact-left1 span svg {height: 25px;width: 25px;}
.contact-left1 p {font-size: 13px;}
.contact-left1 p i {font-size: 16px;}
.first-item {font-size: 20px;}
.breadcrumb-section {padding: 12px 0 8px;}
.content-aboutus p img {width: auto;margin: 0 auto 12px;float: none;}
 .aboutus-section::before {top: 9px;width: 190px;height: 190px;right: -2px;}
}




