body {
  margin: 0;
  padding: 0;
  font-family: 'Mukta Vaani', sans-serif;
}

 
* {
  box-sizing: border-box
}

* {
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

img {
  max-width: 100%
}

p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
}

.new-icon {
    position: fixed;
    top: 33px;
    right: 15px;
    width: 90px;
    z-index: 9999;
}
.bashisht {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    background: #ff780b;
}
#shop {
  padding: 5px 0;
  background: #e65116;
}

.head-demo {
  margin: 0;
  padding: 0;
  text-align: right
}

.head-demo ul {
  margin: 0;
  padding: 0
}

.head-demo ul li {
  margin: 0 0px 0 5px;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.fa-mobile:before,
.fa-phone:before {
  content: "\f10b";
  font-size: 18px
}

.head-demo ul li a {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0
}

.head-demo ul li a:hover {
  color: #ffc107;
  text-decoration: underline;
  transition: .1s
}

.head-demo .fa {
  color: #fff;
  font-size: 15px;
}

li.clock {
  color: #444;
  font-size: 13px !important
}

.carousel-caption {
  bottom: 20%
}

.silder-tst h6 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 35px;
  color: #fff;
  text-transform: uppercase
}

.silder-tst h2 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  color: #fff;
  font-weight: bolder;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1
}

.silder-tst p {
  margin: 20px 0 30px 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: justify
}

.silder-tst span {
  color: #ffd200;
}

.silder-tst {
  margin: 0;
  padding: 0;
  text-align: left
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: #000;
  border: none;
  height: 45px;
  width: 45px;
  line-height: 45px;
  filter: brightness(100%) !important;
  border-radius: 50%;
  cursor: pointer
}

.carousel-control-next-icon img {
  font-size: 15px;
  width: 45%;
  height: 45%;
  text-align: center;
  margin: 0;
  padding: 0
}

.carousel-control-prev-icon img {
  font-size: 15px;
  width: 40%;
  height: 40%;
  text-align: center;
  margin: 0;
  padding: 0
}

.bounce {
  position: absolute;
  bottom:15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999
}

.bounce {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite
}

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px)
  }
}

@-moz-keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-30px)
  }

  60% {
    -moz-transform: translateY(-15px)
  }
}

@-o-keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -o-transform: translateY(0)
  }

  40% {
    -o-transform: translateY(-30px)
  }

  60% {
    -o-transform: translateY(-15px)
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

.button {
  display: inline-block;
  padding: 15px 35px;
  background: #ffc107;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important
}

.button:before {
  content: "";
  background: radial-gradient(circle closest-side, #e29217, transparent);
  --size: 0;
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-60%, -60%);
  transition: width .2s ease, height .2s ease
}

.button:hover:before {
  --size: 200px
}

.button span {
  pointer-events: none;
  position: relative;
  color: #000
}

.about-sec {
  padding: 50px 0
}

.about-sec p {
  font-size: 14px;
  padding: 0 0 10px;
  color: #444
}

.heading {
  font-size: 35px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading span {
  color: #e65116;
}

.about-sec h3 span {
  color: #e65116;
}
.about-sec h6 {
  font-size: 25px;
  color: #303030;
  letter-spacing: 0.5px;
}
.about-sec h3 {
    font-size: 25px;
    color: #000;
    margin:5px 0;
    font-weight: 900;
    text-transform: uppercase;
}

/*.heading:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 30px;
  background: #e65116;
  left: 0;
  top: 5px;
}*/

.about-sec .button {
  padding: 13px 30px;
  font-size: 14px
}

.get-remedy {
  padding: 15px 0;
  background: #e35017;
}

.get-remedy h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

 

.vertical-services .service-tst p {
  font-size: 13px;
  margin: 0;
  padding: 15px 0 20px;
  color: #444;
  font-style: inherit
}

.vertical-services .service-tst .button {
  padding: 8px 18px;
  font-size: 13px;
  background: #355fa8;
  text-transform: capitalize;
  box-shadow: none !important
}

.vertical-services .service-tst .button span {
  color: #fff
}

.our-services {
  padding: 50px 0;
  background: #fff
}

.our-services .heading:after {
  left: 47%;
  top: 20px
}

button.btn.btn-link {
  color: #000;
  text-align: left;
  padding: 0;
  font-size: 14px;
  text-decoration: none
}

button .fa {
  position: absolute;
  right: 15px;
  color: #355fa8
}

.card-header {
  padding: 5px 0 5px 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-body p {
  font-size: 13px
}
 
.clint-logo {
  padding: 50px 0;
  background: #fff;
}

.clint-logo p {
  text-align: center;
}

.clint-logo .heading:after {
  display: none
}

#testimonial-slider {
  margin-top: 40px
}

.testimonial {
  padding: 15px
}

 
.owl-buttons {
  position: absolute;
  top: 35%;
  width: 100%
}

.owl-prev {
  position: absolute;
  left: -2%
}

.owl-next {
  position: absolute;
  right: -2%
}

.owl-theme .owl-controls .owl-buttons div {
  background: 0 0;
  opacity: 1
}

.owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%
}

.owl-next:after,
.owl-prev:after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f104";
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: #fff;
  transition: all .15s ease 0s
}

.owl-next:after {
  content: "\f105"
}

.owl-next:hover:after,
.owl-prev:hover:after {
  color: #fff
}

.owl-pagination {
  padding-top: 0
}

.owl-theme .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  background: #c5c5c5;
  border: 3px solid #c5c5c5;
  margin-right: 20px;
  opacity: 1;
  transition: all .35s ease 0s
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
  border: 3px solid #ff780b;
  opacity: 1
}

.owl-theme .owl-controls .owl-buttons div {
  background: #ff780b !important;
  margin: 0 !important;
  padding: 2px 10px !important;
  border-radius: 0!important;
}
 
.copy-right{background:#ad3304; margin: 0; padding: 10px 0;}
.copy-right p {color:#fff; text-align: center; font-size: 13px; font-weight: normal;}
.copy-right a{color:#ffc107;}
footer {
  background: #e65116;
  padding: 50px 0px;
}

.footer-tst h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px
}

 

.footer-tst p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-tst ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 1.9;
  position: relative;
  top: 0;
  padding-left: 15px
}

.footer-tst ul li a::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  left: 0
}

.footer-tst ul li a:hover {
  color: #ffc107;
  transition: .1s
}

.reach ul li {
  display: inline-block;
  line-height: 1.6;
  padding: 4px 0;
  color: #fff;
  font-size: 14px
}

.reach ul li a::before {
  display: none
}

.reach p {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 20px
}

.reach i.fa.fa-map-marker {
  position: absolute;
  top: 58px;
  font-size: 20px
}

 
.social-media .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: #fff
}

.social-media .fa:hover {
  opacity: .7
}
 
.copyright p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 20px
}

.copyright a {
  color: #fff;
  font-weight: 400;
  font-size: 15px
}

.btn-back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 30px;
  line-height: 40px;
  border-radius: 50%;
  right: 30px;
  opacity: 9;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all .4s;
  background: #ff780b;
  color: #fff;
  font-size:18px
}

.btn-back-to-top:hover {
  background: #ff790b;
  color: #fff
}

.main-dev {
  padding: 50px 0
}

.main-dev p {
  font-size: 14px;
  padding: 0 0 10px;
  color: #444
}

.main-dev h6 {
  font-size: 18px;
  font-style: italic;
  color: #111
}

.main-dev .heading:after {
  left: 18%;
  top: 4%
}

 
.destop-none {
  display: none
}

.contact-tst {
  margin: 0;
  padding: 40px 15px;
  background: #f3f3f3
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.contact-tst ul li {
  margin: 0;
  padding: 0 0 10px 0;
  display: inline-block
}

.contact-tst ul li a {
  color: #434343;
  font-size: 15px;
  padding: 0 5px;
}

.contact-tst ul li a:hover {
  color: #e65116;
}

.contact-tst .fa {
  color: #e65116;
}

.contact-tst .fa-map-marker:before {
  content: "\f041";
  font-size: 20px;
  position: absolute;
  top: 39%
}

.contact-tst ul {
  margin-top: 20px
}

.contact-tst p {
  position: relative;
  padding-left: 20px;
  margin: 0;
  font-size: 15px
}

.contact-tst h2 {
  margin-bottom: 0;
  font-size: 28px;
  position: relative;
  padding-left: 15px
}

.contact-tst h2:after {
  content: "";
  position: absolute;
  border: 0;
  width: 4px;
  height: 20px;
  background: #e65116;
  z-index: 1;
  left: 0;
  top: 15%
}

.New_form_sec{background:#eee; padding:35px 15px;}
.New_form_sec .form-control {height: 45px !important;border-radius: 0;}
.New_form_sec h3{font-size: 35px; color: #3e3e3e; font-weight: bold;}
.New_form_sec p{font-size: 14px; font-weight: normal; padding: 10px 0 20px 0;}
.New_form_sec .message{width: 100%; height: 151px; padding: 15px; border: 1px solid #ced4da;}
.button input{width: 100% !important;}
.form-control:focus{ box-shadow: none; outline: none;}
input.submit {
    background: #e35017;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 100px;
    border: none;
    text-transform: uppercase;
     border: 1px solid#e35017;
}
input.submit:hover{background:#fff; color: #e35017; border: 1px solid#e35017; transition:0.1s;}
.data{
    background-color: #fff;
    border: 1px #e1e1e1 solid;
    padding: 15px;
    margin: 0 5px;
    height: 250px;
}
.pic2 {
    padding: 0;
    margin: 0 5px;
}
.data .meta{margin:0; padding: 0;}
.data .meta li {
    margin: 0;
    padding: 15px 15px 5px 0px;
    display: inline-block;
}
.data h4{font-size: 18px; margin-bottom:15px;font-family: 'Mukta Vaani', sans-serif;}
.data h4 a{color:#000; line-height:1.4;}
.data p{color:#000; line-height:1.4; text-align: left;}

.testimonial{
    margin: 10px 15px;
    padding: 0 0 20px 20px;
    position: relative;
}
.pic{
    position: absolute;
    top:30%;
    left: 0;
    background: white;
    width: 100px;
    z-index: 2;
    border: 5px solid #ffffff;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 15%);
}
 
.testimonial-review {
    background: rgba(0,0,0,0.04);
    padding: 10px 20px;
    margin: 0;
    height: 250px;
}
.testimonial-review p{
    font-weight: normal;
    padding: 20px 0px 10px 85px;
    color: #000;
    font-size: 15px;
    position: relative;
    text-align: justify;
}
.testimonial-review p:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: normal;
    position: absolute;
    left: 40px;
    top:10px;
    font-size: 30px;
    color: rgba(0,0,0,0.3);
}
.testimonial-title{
    padding: 0px 0 15px 85px;
    font-size: 18px;
    color: #000;
}
.testimonial-title a{
    color: #e35017;
    font-size: 18px;
}


.header-banner{background:#d5302a; margin: 0; padding: 30px 0;}
.about{margin: 0; padding: 0;text-align: center;}
.about h3{margin: 0; padding: 0; color:#fff; text-transform: uppercase; font-size: 28px;}
.about p{line-height: 1.3; margin: 0; padding: 0; color:#e65116; font-size: 15px; text-align: center;}
.about a{color: #fff;}

.advance{text-align: center; margin: 0; padding: 0;} 
.advance p{text-align: center;}
.advance h6{text-align: center; font-style:normal; background:#d5302a; color:#fff; padding: 5px; margin-bottom:15px;}
.col-form-label{text-align: right;}
.question{height: 40px;}

.space .form-group{margin:5px 0;}
.addclass{margin: 0; padding:15px  0; border: 1px solid #666;}








.profile-txt {
    text-align: center;
    padding: 25px 15px;
    background: #ebebeb;
}
.profile-txt img {
    border-radius: 50%;
    width: 60%;
}
.profile-txt h3 {
    font-size: 22px;
    color: #4f4f4f;
    font-weight: 600;
    margin: 15px 0 10px;
}
.profile-txt p {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}
.textleft {
    text-align: left;
    margin: 0;
    padding: 0 !important;
}
ul.list {
    padding-left: 15px;
}
.list li{font-size: 15px; color: #444; list-style: circle;font-weight: normal; line-height:1.6;}
.modal-dialog {
    max-width: 500px !important;
}
.modal-text li{
    font-size:18px;
    color:#333;
    padding:5px 0;
}
.modal-title {
    font-size: 26px;
    color: #e35017;
    display: block;
    font-weight: 600;
}
.modal-title-line{
    font-size: 20px;
    color: #e35017;
    display: block;
    font-weight: 600;
}
 