/*media query*/
@media (max-width:375px) {
body {background-color: #fff;}
.frame {margin-top: -4.8%;}
div.toggle{margin-top: -65%;}
.carousel h3{font-size:0.5em!important;}
.slide-in-menu{top:40px!important; margin-left:-8.8em!important;}
#doc h2 {font-size:1em!important;margin-left:0.6em!important;}
.doc{margin-top:2em!important;}
.embed-vedio{margin-top:2em!important;}
}
.carousel-caption{background:none!important; color:#efe9e9d4!important;}  
.ag-holder{font-size:4em;font-style:italic;line-height:0.4em;font-weight:20px;}
.wtpn{font-size:1.4em;}

@font-face {
    font-family: 'Rubik Regular';
    src: url('../fonts/Rubik-Regular.ttf'), url('../fonts/Rubik-Regular.ttf') format('truetype'),
     url('../fonts/Rubik-Regular.ttf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Karla Regular';
    src: url('../fonts/karla/Karla-Regular.ttf'), url('../fonts/rubik/Karla-Regular.ttf') format('truetype'),
     url('../fonts/karla/Karla-Regular.ttf') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0px;
    padding: 0px;

}
p, ul, li, table,span,label{font-family:'Karla Regular';}
p, ul, li, table,span,label,h1,h2,h3,h4,h5,h6{line-height:1.8em;}
body, html {
  font-size: 20px;
     margin:0;
   padding:0;
   height:100%;
}

h1, h2, h3, h4{
 font-family: 'Rubik Regular';
}

.entry-header{
  display:none;
}

/* ham menu*/

/* toggle menu */
.toggle
{
  position:relative;
  padding:5px;
  right:2%;
  top:20px;
  background-color: transparent;
  cursor:pointer;
  float:right;
  margin-top:-56%;
  z-index: 999;
}
.toggle > div {
  width: 30px;
  height: 5px;
  background-color:#003cff;
  margin: 6px 0;
}

/* slide in menu */
.active
{
  left:85% !important;
}

.slide-in-menu {
    width: 11em;
    position: absolute;
    height: calc(100vh - 20px);
    background-color:#003cff6e!important;
    top: 80px;
    left: 150%;
    transition: .8s ease;
    
    z-index: 999;
      padding:12px!important;
      margin-left:-3em;
    border-right: 1.6em solid #0ed145;
}



.slide-in-menu ul.first-level
{
  list-style:none;
  padding-left:0px;
}
.slide-in-menu ul.first-level li a
{
  color:#fff;
  text-decoration:none;
  display:block;
  padding:10px 0px;
  transition:.8s ease;
}
.slide-in-menu ul.first-level li a:hover
{
  background-color:#ed1c24;
  color:#fff;
  border-right:5px solid red;
}
/* second level menu */
.slide-in-menu ul.first-level li ul.second-level 
{
  padding-left:0px;
  background-color:rgba(188, 87, 87, 0.52);
}
.slide-in-menu ul.first-level li ul.second-level li a
{
  padding:5px 0px;
}

/* plus sign */
li.has-sub
{
  position:relative;
}
li.has-sub span.icon {
  position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
}

li.has-sub span.icon:after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background-color: #fff;
    right: 2px;
    top: 38px;
    z-index: 9999;
}

li.has-sub span.icon:before {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background-color: #fff;
    right: 20px;
    top: 38px;
    z-index: 9999;
    transform: rotate(90deg);
}

ul.second-level
{
  display:none;
}

.fine
{
  display:block !important;
}
.nn
{
  display:none !important;
}
/*
::-webkit-scrollbar {
    width: 0px; 
    background: transparent;  optional: just make scrollbar invisible 
}
*/

/*end ham menu*/

/*banner styles*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel h3{
font-size: 24px;
    margin: 32%;
}


/*end banner styles*/



.frame{
    position: relative;
    z-index: 1!important;
}

.frame img{
    width: 100%!important;
    height: auto;
    margin-top: -58.5%;
    position: relative;
    z-index: 1;
}
#banner img{
    width: 100%!important;
    
}

.shapes{
    z-index: 1;
}


button{
    background-color: #0ed145;
    color:#fff;
    font-size:20px;
    border:none;
    padding: 5px 25px;
    margin-top: 8%;
}


#doc{
    padding-top: 30px;
    padding-bottom: 30px;
}

#doc h2{
 font-size: 1.5em;
}

/*
#doc h2:before {
    display: inline-block;
    margin: 0 10px 8px 0;
    height: 5px;
    content: " ";
    text-shadow: none;
    background-color: #e2c85b;
    width: 35%;
}
*/
#doc p{
  font-size: 20px;
  text-align: right;
  /*margin-left: 37%;*/
}

#doc_img{
    min-height: 350px;
    height: 100%;
    background-repeat: no-repeat;
}

#clinic {
    padding: 3%;
    ;
}


#clinic_img{
    min-height: 350px;
    height: 100%;
    background-repeat: no-repeat;
}

h2{
    color: #003cff;
}



#clinic h3{
  font-size: 35px;
}

#clinic h3:after {
    display: inline-block;
    margin: 0 0 5px 20px;
    height: 5px;
    content: " ";
    text-shadow: none;
    background-color: #fff;
    width: 25%;
}

#open p{
  font-size: 24px;
}

#contact h4{
  font-size: 24px;
}


/*end of home body styles*/

/*our services styles*/


#h2:after {
    display: inline-block;
    margin: 0 10px 8px 0;
    height: 5px;
    content: " ";
    text-shadow: none;
    background-color: #e2c85b;
    width: 20%;
}

#services{
  margin-top: 1.2%;
}

#services h3{
  color: #ff0000;
}

#doc2_img{
    min-height: 367px;
    height: 100%;
    background-repeat: no-repeat;
}

/*end  of our services styles*/

/* footer */

footer{
    padding-top: 2%;
    padding-bottom: 1%;
    text-align: center;
    background-color: #0ed145;
    clear: both;
}




/* end of footer styles */







