.bg_white {
    background: #fff;
}

.bg_light_blue {
    background: #00376496;
}

.bg_dark_blue {
    background: #0b3d60;
}

.bg_turquoise {
    background: #00d6c8;
}

.bg_turquoise .text-color,
.bg_light_blue .text-color,
.bg_dark_blue .text-color {
    color: #fff;
}

.text-danger {
    color: #e24646;
}

.text-primary {
    color: #00376496;

}

html {
  scroll-behavior: smooth;
}


/***Skeleton loading 1.0**/

.skeleton {
  opacity: .9;
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


.scale-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 1rem;
  flex-shrink: 0;
}

/** tmr star in background**/
 .bg-star{
        background-image:url(/images/bg-star-right-less.png);
    background-size: cover;
    background-attachment:fixed;

    }

     .bg-star-white{
        background-image:url(/images/bg-star-whites.png);
    background-size: cover;
    background-attachment:fixed;

    }
    .ccard{
        background-image:url(/images/card.png);
    background-size: cover;
    background-attachment:fixed;

    }

     .bg-star-left{
        background-image:url(/images/bg-star-left-less.png);
    background-size: cover;
    background-attachment:fixed;

    }

 .bg-pregnant{
    background-image:url(/images/bg-pregnant-woman.png);
    background-size: cover;
    background-attachment:fixed;

    }
    
.bg-gen{
    background-image:url(/images/bg.png);
    background-size: cover;
    background-attachment:fixed;
    
}
/*.bg-limear{
    background-image:url(/images/tmr-limear.png);
    background-size: cover;
    background-attachment:fixed;
    
}*/
.bg-1{
    background-image:url(/images/bg/1.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-2{
    background-image:url(/images/bg/2.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-3{
    background-image:url(/images/bg/3.png);
    background-size: cover;
    background-attachment:fixed;
}
.bg-4{
    background-image:url(/images/bg/4.png);
    background-size: cover;
    background-attachment:fixed;
}
.bg-5{
    background-image:url(/images/bg/5.png);
    background-size: cover;
    background-attachment:fixed;
}
.bg-6{
    background-image:url(/images/bg/6.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-7{
    background-image:url(/images/bg/7.png);
    background-size: cover;
    background-attachment:fixed;
}
.bg-8{
    background-image:url(/images/bg/8.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-9{
    background-image:url(/images/bg/9.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-10{
    background-image:url(/images/bg/10.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-11{
    background-image:url(/images/bg/11.png);
    background-size: cover;
    background-attachment:fixed;
}
.bg-13{
    background-image:url(/images/bg/13.jpg);
    background-size: auto;
    background-repeat: no-repeat;
   
}
.bg-x{
    background-image:url(/images/bg/xww.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-xl{
    background:url(../images/texture.png) right top repeat #fff; 
}
.bg-xx{
    background-image:url(/images/bg/xw.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-xxx{
    background-image:url(/images/bg/xwww.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-xxxx{
    background-image:url(/images/bg/xwwww.jpg);
    background-size: cover;
    background-attachment:fixed;
}
.bg-xxxxx{
    background-image:url(/images/bg/xwwwww.jpg);
    background-size: cover;
    background-attachment:fixed;
}
/* white button */
.btn-white {
   background: #000;
  color: #fff;
  z-index: 1;
  margin: 20px;
  outline: none;
   min-width: 130px;
  height: 40px;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.btn-white:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 15px;
  z-index: -1;
   background: #e0e5ec;
  transition: all 0.3s ease;
}
.btn-white:hover {
  color: #000;
}
.btn-white:hover:after {
  left: 0;
  width: 100%;
  border-radius: 15px;
}
.btn-white:active {
  top: 2px;
}

/**Checked Ul**/
li.check:before {
   content:"\f00c";
   font-family:FontAwesome;
  position: absolute;
  left: 0;
}

li.check{
    list-style:none;
    padding-left:10px;
}
/** footer brands**/
.fa-brands{
font-size: 1.5rem;
padding-left: 10px;
}

.fa-brands-w{
padding-left: 10px;
}

.bg-l-blue{
background: #00376496; color:#fff;
}


.card-price {
    display: inline-block;
  
  width: auto;
    height: 38px;
    
    background-color: rgb(250, 158, 23);
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    
    border-left: 1px solid rgb(110, 187, 237);

    /* This makes room for the triangle */
    margin-left: 19px;
    
    position: relative;
    
    color: white;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;

    padding: 0 10px 0 10px;
}

/* Makes the triangle */
.card-price:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid rgb(250, 158, 23);
}

/* Makes the circle */
.card-price:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px;
}

/* tooltip link code below */
[data-tooltip] {
    position: relative;
} [data-tooltip]:before, [data-tooltip]:after {
    white-space: nowrap;
    line-height: 1em;
    opacity: 0;
    position: absolute;
    display: block;
    transition: 0.4s;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
  
} [data-tooltip]:after {
    top: -1.9em;
    content: attr(data-tooltip);
    background: #000;
    color: white;
    border-radius: 4px;
    padding: 0.2em 0.5em;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
} [data-tooltip]:before {
    content: '';
    top: -0.5em;
    border: 0.5em solid rgb(0, 0, 0);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 100;
} [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}


/**clinic days slider antenetal**/
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

/***Slide reviews clients***/


/**Animations**/
/* Shine */

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/**Swing**/
.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.swing img {
    border: 5px solid #f8f8f8;
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

/**Slde Clinic Days*/

* .slideshow-container {box-sizing: border-box;}

.mySlides {display: none;}
.mySlides img {vertical-align: right;}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

body {
  background-image: url("/images/bg/pattern1.png");
  background-repeat: repeat-x repeat-y;
  
}

.little-circle {
  background-color: #2c3e50;
  background-image: repeating-radial-gradient(
    circle,
    #34495e, #34495e 45%,
    transparent 45%, transparent 60%,
    #34495e 60%, #34495e 100%
  );
  background-size: 10px 10px;
}

/* On smaller screens, decrease dot opacity */

@media only screen and (min-width: 450px) {
.block-dotted-small {
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
}
}

.bg-vaccine{
    background: #fff;
    background-image:url(/images/bg/vaccinate.png);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    }

/*.text-subheader{
font-size: 2rem;
}*/
@media only screen and (max-width: 1000px) {

.hxx{
    font-size:4vw;
}
}