
/* CSS Document */
body{
	font-family: 'poppins', sans-serif; font-size:16px; background:#fff; border-top: none;
	}


.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

.hr {
height: 1px;
color: #b4b4b4;
background-color: #b4b4b4;
border: none;
}

h1, h2, h3, h4, h5, h6{
    
  margin:10px 0 10px 0; color: #000;font-family: 'poppins', sans-serif;line-height: 32px;
}
p {margin:10px 0px 10px 0px; font-family: 'poppins', sans-serif;
    color: #000; font-size: 16px;
    letter-spacing: 0.3px; line-height: 1.4;}

#backToTop{
    position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
    color: #f0ad4e;
    background: rgb(110, 4, 4);
    
}


#slideshow-wrapper {
  position: absolute;
  z-index:1;
  top:60px;
  left:40px;
  margin: 50px auto 0;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

#slideshow {
  position: absolute;
  list-style-type: none;
  padding: 0px 16px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#slideshow > * {
  display: block;
  position: absolute;
}

#slideshow img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc;
  width: 100px;
  height: 100px;
}

#slideshow .front {
  -webkit-transform: translateZ(50px );
  -moz-transform: translateZ( 50px );
  -o-transform: translateZ( 50px );
  transform: translateZ( 50px );
  opacity: 1;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}

#slideshow .right {
  -webkit-transform: rotateY( 90deg ) translateZ( 100px );
  -moz-transform: rotateY( 90deg ) translateZ( 100px );
  -o-transform: rotateY( 90deg ) translateZ( 100px );
  transform: rotateY( 90deg ) translateZ( 100px );
  opacity: 0;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}

#slideshow .left {
  -webkit-transform: rotateY( -90deg ) translateZ( 10px ) translateX(-360px);
  -moz-transform: rotateY( -90deg ) translateZ( 10px ) translateX(-360px);
  -o-transform: rotateY( -90deg ) translateZ( 10px ) translateX(-360px);
  transform: rotateY( -90deg ) translateZ( 10px ) translateX(-360px);
  opacity: 0;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}
@media (max-width:767px) {
  #slideshow-wrapper {display:block;}
  
  #slideshow-wrapper {
    position: absolute;
    z-index:1;
    top:10px;
    left:0px;
    margin: 70px auto 0;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
  }
  #slideshow img {
    width:70px;
    height:70px;
    }
  
  
  }

 
  .imgcolor:hover {
    color: red;
  }

  .float{
  position: fixed;
    width: 40px;
    height: 40px;
    bottom: 60px;
    right: 20px;
    color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}

.my-float{
  margin-top:0px;
}

.countnumber {
  /* float: left; */
  padding: 0;
  margin: 0;
  display: inline!important;
  color: #004483;
}
.count-r{
  color: #fff;
}


.spacer {
  padding: 15px;
}

.headtxt {
  text-align: center;
  color: #000;
  font-weight: bold;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #B00020;
    background-color: #f8f8f8;
    font-weight: bold;
    border-top: 3px solid #B00020;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 500;
}

.tophead {
  background-color: #a67b31;
  padding: 10px;
}

.headings {
  font-weight: 600;
  font-family: poppins;
  color: #B00020;
  font-size: 22px;

}

.well {
    min-height: 10px;
    padding: 19px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.img-style {

  border-radius: 15px;
}

.page-header {
    padding-bottom: 9px;
   margin: 10px 0 10px !important;
    border-bottom: 2px dotted #000;
}

.btn {
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-warning {
    color: #fff;
    background-color: #d98e0c;
    
}


.knee-bg {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/knee-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}

.hip-bg {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/hip-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}

.shoulder-bg {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/shoulder-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}

.knee-ar-bg {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/knee-ar-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}

.sports-bg {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/sports-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}

.trauma-bg {
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/trauma-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}

.contact-bg {
    width: 100%;
    height: auto;
    
    background: #212121 url(../images/contact-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}

.abt-bg {
    width: 100%;
    height: auto;
   
    background: #212121 url(../images/abt-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}

.blog-bg {
    width: 100%;
    height: auto;
    
    background: #212121 url(../images/blog-bg.jpg); no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
}

.blg-bg {
    width: 100%;
    height: auto;
    
    background: #212121 url(../images/blg-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}
.inner-page-text {
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
  font-weight: bold;
  color: #fff;
}

.space {
    padding-top: 4.25rem;
    padding-bottom: 3.75rem;
}

.link {
 
  text-decoration: none;
  color: #262262;
}

.link:hover {
 
  text-decoration: none;
  color: #0572d0;
}


.formstyle{
  background-color: #e0e3e5;
    padding: 30px;
    border-radius: 10px;
}

.ftbg {
  background-color: #262262;
}

.flink {
  color: #fff;
  text-decoration: none !important;
}

.flink:hover {
  color: #fff;
  text-decoration: none !important;
}

.icon-barsoc {
    position: fixed;
    top: 60%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2000;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-barsoc a {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
}
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.phone {
  background: #093;
  color: white;
}
.social-icons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.social-icons a {
  text-decoration: none;
  color: white;
  padding: 12px;
  margin: 2px 0;
  text-align: center;
  font-size: 18px;
  transition: background 0.3s;
}

.facebook { background: #3b5998; }
.twitter { background: #1da1f2; }
.instagram { background: #e4405f; }
.linkedin { background: #0077b5; }
.youtube { background: #e4405f; }

.social-icons a:hover {
  opacity: 0.8;
}

.imgstyle {
    height: 85px;
    width: 85px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    display: flex
;
    margin-top: -55px;
    border: 2px solid orange;
}

.ser-bg {
    width: 100%;
    height: auto;
   
    background: #212121 url(../images/ser-bg.jpg); no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
}


.con-bg {
    width: 100%;
    height: auto;
    
    background: #212121 url(../images/con-bg.jpg); no-repeat center center fixed;
    background-size: cover;
}
.icon-bar2 {
    width: 100%;
    overflow: auto;
    position: fixed;
    bottom: 0;
    z-index: 1200;
   
}
.icon-bar2 a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
}
.d-block {
    display: block ;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 2px;
}

.small, small {
    font-size: 62%;
}

@media (max-width: 980px) {
    .yh-helpline span i {
        border: 1px solid #827fc6;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        color: #827fc6;
        font-size: 15px;
    }
}

.fwb {
  font-weight: bold;
}