.top
{
  background-color: #ed008c;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}
img.logo-cls {
    width: 85%;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.bg-light {
    background-image: url(../images/header-bg.png);
    background-position: center;
    background-size: cover;
    box-shadow: 1px 1px 3px #aeaeae;
    position: sticky;
    top: 0;
    z-index: 1020;
}
i.fa.fa-envelope, i.fa.fa-phone-alt
{
  color: #e9ed59;
}
.col-sm-3.email
{
  text-align: left;
}
.col-sm-7.social {
  text-align: right;
}
.navbar-bg{
  background-image: url(../images/header-bg.png);
  background-position: center;
  background-size: cover;
  box-shadow: 1px 1px 3px #aeaeae;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.navbar-light .navbar-nav .nav-link
{
  color: #333 !important;
}
.navbar-nav
{
  padding-top: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link
{
  padding-right: 0rem !important;
  padding-left: 5.5rem !important;
  font-weight:700;
  color:#000;
}
.navbar-dark .navbar-nav .nav-link{
  color: #000 !important;
  padding-left: 30px !important;
}
.navbar-dark .navbar-nav .nav-link:hover{
  color: #49b847 !important;
}
.navbar
{
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-dark .navbar-nav .nav-link.active
{
  color: #ed008c;
}



div#banner
{
background-image:url("../images/banner.png");
background-position:inherit;
background-size:cover;
}
.col-sm-6.center 
{
  text-align: center;
}
p.ban-h2-cls {
  font-size: 21px;
  font-weight: 500;
  color: #52ba50;
  text-align: center;
}
p.ban-para-cls {
  font-size: 45px;
  color: #ed008c;
  font-weight: 800;
  text-align: center;
  margin-top: -20px;
}
.btn-primary {
  font-weight: 500;
  color: #eef7ac;
  background-color: #1e8b26 !important;
  border-color: #1e8b26 !important;
}




h2.head-cls {
  color: #152545;
  margin-top: 15px;
}
p.abt-cls {
  font-size: 17px;
  text-align: justify;
  padding-right: 31px;
  line-height: 1.7em;
}
img.abt-img {
  width: 100%;
  border-radius: 10px;
}
p.abt-quote-cls {
  font-size: 21px;
  background-color: #ec018b;
  color: #f7f9ac;
  padding: 17px;
  border-radius: 10px;
  font-weight: 600;
  font-style: italic;
  font-family: inherit;
}




#healthcare {
  background-image: url(../images/bg.png);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
p.fancy-title {
  font-family: 'Niconne', cursive;
  color: #ef1b96;
  text-align: center;
  margin-bottom: -2px;
}
h2.health-head-cls {
  color: #fff;
  text-align: center;
}
.health1 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  padding: 9px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.health1:after{
  content: "";
  display: block;
  width: 95px;
  border: 1px dashed #54bc4d;
  height: -1px;
  right: 0;
  top: 50%;
  position: absolute;
}
.health2{
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  padding: 9px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.health2:before {
  content: "";
  display: block;
  width: 95px;
  border: 1px dashed #54bc4d;
  height: -1px;
  left: 0;
  top: 46%;
  position: absolute;
}
.health3{
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  padding: 9px;
  margin-bottom: 20px;
  text-align: center;
}
img.health-img {
  width: 350px;
  height: 350px;
  border-radius: 208px;
  margin-top: 42px;
  border: 3px dashed #54bc4d;
  padding: 10px;
}
hr#hrcls
{
  border: 1px dashed #54bc4d;
  height: 73px;
  width: 1px;
  opacity: 1;
  margin: auto;
  background: none !important;
}



section#service {
  padding-top: 50px;
  padding-bottom: 50px;
}
h2.ser-head-cls {
  text-align: center;
  padding-bottom: 25px;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; 
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front,.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}
.flip-img
{
  width: 100%;
  height: 300px;
  box-shadow: 1px 1px 15px #0a507c;
}
.text-block {
  font-size: 21px;
  position: absolute;
  bottom: -2px;
  right: 0px;
  left: 0px;
  background-color: #0f0e0ca8;
  color: white;
  padding-top: 13px;
}
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
  border-radius: 20px;
  background:linear-gradient(45deg, #92268e, #ed2b9d);
}
.centered {
  padding: 10px;
  padding-top: 20px;
}





section.appointment-section {
  background-image:url(../images/bg.png);
  text-align: center;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
h4.exp-cls {
  font-size: 35px;
  line-height: 1.3em;
  color: #fff;
}
p.exp-cls {
  font-size: 21px;
  font-style: italic;
  color: #b5e49d;
}
section#contact {
  padding: 54px;
}
p.services-cls {
  font-size: 21px;
  font-weight: 600;
}




.col-sm-3.ct {
  background-color: #ea0489;
  color: #fff;
  padding: 30px;
}
.col-sm-3.cnt {
  background: url(../images/Pregnancy-yoga.png);
  background-position: initial;
  background-size: cover;
}
.text-holder {
	padding:12px;
}
.col-sm-4.gridcls {
  display: grid;
  grid-template-columns: min-content 1fr;
}
.single-item
{
display: grid;
grid-template-columns: min-content 1fr;
}
.icon-holders {
padding: 13px 0px 1px 0px;
}
.icon-box {
font-size: 45px;
padding: 39px;
background-color: #43c3ea;
color: #fff;
}
.contact-form {
  text-align: center;
	padding-top:30px;
	padding-bottom:10px;
	border-radius: 10px;
}
input.w3-input.w3-border{
  width: 45%;
  padding: 7px;
  border: 1px solid #33333394;
  border-radius: 3px;
}
input.w3-input.w3-border.email
{
  width: 91%;
  padding: 7px;
  border: 1px solid #33333394;
  border-radius: 3px;
}
textarea {
  width: 91%;
  padding: 7px;
  border: 1px solid #33333394;
  border-radius: 3px;
}
button.btncls {
  background-color: #ea0489;
  border: none;
  border-radius: 3px;
  padding: 7px 30px 7px 30px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
ul.ul_none
{
line-height:2.2em;
font-size: 17px;
}
img.ft-logocls {
  width: 40%;
}
h4.foot-ttl
{
  color:#fff;
}
hr.fthrcls
{
width: 50%;
color: #fff;
}
#ct
{
  box-shadow: 1px 1px 15px #0a507c;
}
span.fa {
  color: #fff;
  font-size: 21px;
}


section.footer-cls
{
  padding-top:50px;
  padding-bottom:25px;
  background-color: #0d3203;
  color: #fff;
  background-image: url(../images/bg.png);
  background-position: center;
  background-size: cover;
}
li {
  display: block;
}
#ft{
  color:#ef0586;
  font-size: 15px;
}
.text-holders {
  padding: 15px 0px 10px 12px;
}
.col-sm-6.ft {
  text-align: center;
}
.foot-head
{
  color:#f10089;
  font-family: Oregano;
}
#ft1{
  color:#ef008c;
  font-size:21px;
}
p.subfooter-cls {
  text-align: center;
  border-top: 1px solid #ffffff63;
  padding-top: 15px;
  margin-bottom:-2px;
}
p.footer-class {
  font-size: 16px;
}
p.read-cls {
    font-size: 14px;
    margin-top: -15px;
    font-weight: 500;
    color: #e9ed59;
}


@media only screen and (max-device-width: 820px)
{
  .col-sm-2 {
    width: 25% !important;
  }
  .col-sm-3.email
  {
    width: 35%;
  }
  .col-sm-7.social
  {
    width: 40%;
  }
  .navbar-expand-lg .navbar-nav .nav-link
  {
    padding-left: 0rem !important;
  }


  p.ban-para-cls
  {
    line-height: 01.2em;
    font-size: 34px;
    margin-top: 0px;
  }
  img.health-img
  {
    width: 100% !important;
    height: 42% !important;
  }
  .health1 {
    font-size: 21px;
    padding: 3px;
    text-align: left;
  }
  .health2 {
    font-size: 21px;
    padding: 3px;
    text-align: right;
  }
  .health3 {
    font-size: 21px;
  }



  .col-sm-3.service {
    width: 50%;
  }
  .col-sm-8
  {
    width: 100% !important;
  }

  .col-sm-6.abt {
    width: 100%;
  }
  .col-sm-3.abt {
  width: 50%;
  }


  form {
    padding-top: 10px;
  }
  .col-sm-3.ct {
    width: 35%;
    padding: 17px;
  }
  .col-sm-6.ct {
  width: 40%;
  }
  img.ft-logocls
  {
    width: 70%;
  }
}



@media only screen and (max-device-width: 820px)
{
.container
{
max-width:870px !important;
}
h5 {
    font-size: 1.5rem;
}
.text-holder {
    font-size: 17px;
}
h2.head-cls {
  font-size: 45px;
}
p.abt-cls {
    font-size: 25px;
}
p.abt-quote-cls
{
font-size:30px;
}
p.fancy-title
{
font-size:27px;
}
h2.health-head-cls
{
font-size:45px;
}
h2.ser-head-cls
{
	font-size:45px;
}
.btn
{
	font-size:1.5rem;
}
p.ban-h2-cls
{
	font-size:23px;
}
p.exp-cls {
    font-size: 25px;
}
  .col-sm-2 {
    width: 25% !important;
  }
  .text-block {
    font-size: 25px;
  }
  p.services-cls {
    font-size: 25px;
    margin-bottom: 4px;
  }
  .services-cls1 {
    font-size: 19px;
  }
  .col-sm-3.email
  {
    width: 35%;
	font-size:19px;
  }
  .col-sm-2.mobile
  {
    width: 25%;
	font-size:19px;
  }
  .col-sm-7.social
  {
    width: 40%;
	font-size:19px;
  }
  .btn
  {
	  font-size:1.5rem;
  }
  .navbar-toggler
  {
	  font-size:2.0rem;
  }
  a.nav-link {
    font-size: 21px;
}
  .navbar-expand-lg .navbar-nav .nav-link
  {
    padding-left: 0rem !important;
  }
  div#banner {
    background-position: center;
  }
  .col-sm-6.logo {
    width: 70%;
  }
  .col-sm-6.nav {
    width: 30%;
  }
  p.ban-para-cls
  {
    line-height: 1.5em;
    font-size: 36px;
    margin-top: 0px;
  }
  img.health-img
  {
    width: 100% !important;
    height: 42% !important;
  }
  .health1 {
    font-size: 25px;
    padding: 3px;
    text-align: left;
  }
  .health2 {
    font-size: 25px;
    padding: 3px;
    text-align: right;
  }


  .col-sm-3.service {
    width: 50%;
  }
  .col-sm-8
  {
    width: 100% !important;
  }

  .col-sm-6.abt {
    width: 100%;
  }
 


  form {
    padding-top: 10px;
  }
  .col-sm-3.ct {
    padding: 17px;
  }
  img.ft-logocls
  {
    width: 70%;
  }
  input.w3-input.w3-border
  {
    font-size: 20px;
  }
  textarea {
    font-size: 20px;
  }
  h4.exp-cls {
    font-size: 32px;
  }
  button.btncls
  {
	  font-size:19px;
  }
  
  ul.ul_none
  {
	  font-size:21px;
  }
  .text-holders {
    font-size: 21px;
}
p.footer-class {
    font-size: 19px;
}
p.subfooter-cls
{
	font-size:17px;
}

}

