/*common stuff*/
.common-margin{
  margin-left: 90px;
  margin-right: 90px;
  font-size: 25px;
}
.flip-box-back{
  font-size: 16px;
}
.read_more_btn2{
  border: none;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: ease-in-out .4s;
}
.read_more_btn2:hover{
  color: #074462;

}
.read_more_btn2{
	color: white;
	text-decoration: none;
}

.read-more-arrow{
  width: 30px!important; 
  height: 30px!important;
}

.condition-read-more{
  color: #E49E40;
}
.condition-read-more:hover{
  color: #F3F3F3;
}
/*bread crumbs*/
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: rgb(253, 253, 253);
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: fff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #E49E40;
  text-decoration: underline;
}
.breadcrumb li{
  color: #E49E40;
}
/**/

/*other page banner*/
.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 1.25rem;
  left: 2%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}
/**/



/*navbar*/
.navbar {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background-color: #074462;
  color: white;
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #074462; */
}

.brand-title {
  font-size: 1.5rem;
  margin: .5rem;
  color: #E49E40;
  /* background-color: #F3F3F3; */
  /* width: 30%;
    display: flex;
    align-items: center;
    background-color: red; 
    padding: 10px; */
}

.navbar-links {
  height: 100%;
}

.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #E49E40;
  padding: 1rem;
}

.navbar-links li:hover {
  background-color: #555;
}

.toggle-button {
  position: absolute;
  top: .75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .navbar {
      flex-direction: column;
      align-items: flex-start;
  }

  .toggle-button {
      display: flex;
  }

  .navbar-links {
      display: none;
      width: 100%;
  }

  .navbar-links ul {
      width: 100%;
      flex-direction: column;
  }

  .navbar-links ul li {
      text-align: center;
  }

  .navbar-links ul li a {
      padding: .5rem 1rem;
  }

  .navbar-links.active {
      display: flex;
  }
}
/*navbar*/




/*home page banner*/
.banner {
  width: 80%;
  padding:60px 0;
  text-align: right;
  float: right;
  background-image: url(../img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
}

.banner h1{
  margin-top: 250px;
  margin-right: 90px;
  color: rgb(255, 255, 255);
}

.btn-bgstroke {
  font-size: 20px;
  display: inline-block;
  
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 300;
  margin-top: 30px; 
  margin-right: 275px;
  background-color: #E49E40;
  color: white;
  text-decoration: none;

  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal
}

.btn-bgstroke:hover {
  background-color: #074462 ;
  color: #E49E40;
  transition: 0.5s ease-in-out;
}


.btn-bgstroke {
  font-size: 20px;
  display: inline-block;
  
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 300;
  margin-top: 10px; 
  margin-right: 275px;
  background-color: #E49E40;
  color: white;
  text-decoration: none;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.carousel-caption-home{
  text-align: right;
  margin-right: 260px;
}

.common-margin-banner{
  margin-left: 90px;
  margin-right: 90px;
}


/**/
.about-heading{
  color: #E49E40;
}
/**/
.read_more_btn {
  background: #E49E40;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 40px;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #E49E40;
  transition: 0.3s linear;
}
.read_more_btn:hover{
transition: 0.3s linear;
color: #fff;
border-color: #fff;
background: transparent;
}
/**/

.sm_leftabout
{
  width: 30%;
  float: right;
  overflow: hidden;
  height: 455px;
}
.sm_leftabout img{
  height: 455px;
  object-fit: cover;
  width: 100%;
}

.sm_rightabout {
  width: 70%;
  float: right;
  display: flex;
  align-items: center;
  height: 455px;
  background: #074462;
  padding: 0 120px 0px 50px;
  position: relative;
}



.sm_rightabout h3 {
  color: #fff;;
}


/*about page*/
.sm_rightabout2{
  height: 630px;
}
/*about page*/


/*Sports medicine*/
.sm_left {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 455px;
}
.sm_left img{
  height: 556px;
  object-fit: cover;
  width: 100%;
}
.sm_right {
  width: 50%;
  float: right;
  display: flex;
  align-items: center;
  height: 455px;
  background: #074462;
  padding: 0 120px 0px 50px;
  position: relative;
}
.sm_right:after {
    content: "";
    /* background: url(../images/appoinment-shape.svg) no-repeat; */
    width: 230px;
    height: 400px;
    background-size: cover;
    position: absolute;
    right: 70px;
    bottom: 0;
}
.sm_right h3 {
  color: #E49E40;;
}
.sm_right p{
  color: #fff;
}
.sm_right a{
  color: #fff;
}
.sm_right a:hover{
  color: #fff;
}
#sports_medicine {
  display: inline-block;
  width: 100%;
}
.head_center {
  text-align: center;
}
.head_center h6 {
  justify-content: center;
}


/* .blue-box3{
  background-color: #074462;
} */

.blue-box2{
  background-color: #074462;
  margin-top: 50px;
  /* margin-bottom: -166px; */
  
}
/*Services We Treat*/
.blue-box{
  background-color: #074462;
  /* margin-top: 166px; */
}
.flip-box-front h2{
  background-color: #E49E40;
  width: 100%;
  color: white;
  font-size: 18px;
  margin-top: 90px;
}
.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  width: 290px;
  height: 350px;
  
  border-radius: 10px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  color: black;
}
.flip-box-front1{
  background-image:url(../img/knee-surgery.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front2{
  background-image:url(../img/hip-surgery.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front3{
  background-image:url(../img/shoulder.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front4{
  background-image:url(../img/trauma-surgery.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.flip-box-front img
{
  height: 100%;
  width: 100%;
}

.flip-box-back {
  background-color: #E49E40;
  
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  transform: rotateY(180deg);
}
/* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/knee.png); */
/*Services We Treat*/

/*service-inner*/
.flip-box-front11{
  background-image:url(../img/total-knee.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front21{
  background-image:url(../img/partial-knee.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front31{
  background-image:url(../img/revision-knee.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front41{
  background-image:url(../img/acl.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front51{
  background-image:url(../img/meniscus.png);
  background-repeat: no-repeat;
  background-position: center;
}
/*service-inner*/

/**/
.sm_right2 h3{
  color: white;
}

.sm_right2 {
  width: 50%;
  float: right;
  display: flex;
  align-items: center;
  height: 455px;
  background: #E49E40;
  padding: 0 120px 0px 50px;
  position: relative;
}
/**/

/**/
.sm_left2 {
  width: 50%;
  float: right;
  display: flex;
  align-items: center;
  height: 455px;
  background: #E49E40;
  padding: 0 120px 0px 50px;
  position: relative;
}
/**/


/*conditions-home*/
.sm_rightabout3{
  width: 50%;
  float: left;
}
.sm_leftabout3{
  width: 50%;
    float: right;
    display: flex;
    align-items: center;
    height: 455px;
    background: #E49E40;
    padding: 0 120px 0px 50px;
    position: relative;
}
/*conditions-home*/


/*services inner page styles*/
.service-lists ul li{
  list-style-type:none ;
  margin-top: 20px;
}
.service-para ul li{
  list-style-type: none;
  margin-top: 10px;
}

.service-lists ul li::before {
  content: "\2022";
  color: #E49E40;
  font-weight: bold;
  display: inline-block; 
  width: 2em;
  margin-left: -2em;
}
.service-para ul li::before{
  content: "\2022";
  color: #E49E40;
  font-weight: bold;
  display: inline-block; 
  width: 2em;
  margin-left: -2em;
}


.service-para h4{
  color: #E49E40;
  margin-top: 20px;
}

.service-para p{
  color: #101111;
  text-align: justify;
}




/**/
/* .flip-box22 {
  background-color: transparent;
  width: 290px;
  height: 350px;
  
  border-radius: 10px;
  perspective: 1000px;
}

.flip-box-inner22 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box22:hover .flip-box-inner2 {
  transform: rotateY(180deg);
}

.flip-box-front22, .flip-box-back22 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */

/* .flip-box-front22 {
  color: black;
}
.flip-box-front1{
  background-image:url(../img/knee.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front2{
  background-image:url(../img/hip.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front3{
  background-image:url(../img/shoulder.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flip-box-front4{
  background-image:url(../img/trauma.png);
  background-repeat: no-repeat;
  background-position: center;
} */

.flip-box-front22 img
{
  height: 90%;
  width: 90%;
}

/* .flip-box-back22 {
  background-color: #E49E40;
  
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  transform: rotateY(180deg);
} */
/* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/knee.png); */
/*Services We Treat*/






/*services inner page styles*/

/*conditions-innder-page-styles*/
  .conditions-para ul li h6{
    margin-top: 20px;
    color: #E49E40;
  }
  .conditions-para ul li{
    list-style-type: none;
  }
  .conditions-para ul li h6::before{
    content: "\2022";
    color: #E49E40;
    font-weight: bold;
    display: inline-block; 
    width: 2em;
    margin-left: -2em;
  }
  .conditions-para h4{
    color: #E49E40;
  margin-top: 20px;
  }
/*conditions-innder-page-styles*/







/*footer*/
*{
  padding: 0;
  margin: 0;
}
html,body{
font-family: 'Be Vietnam Pro', sans-serif;
overflow-x: hidden;
  margin: 0;
}

::-webkit-scrollbar
{
width: 10px;
background-color: #fff;
}

.common_top_padding {
padding-top: 90px;
}
.common_bottom_padding {
padding-bottom: 80px;
}
.common_title {
font-size: 28px;
font-weight: 400;
margin: 0;
color: #000000;
line-height: 38px;
}
.common_title1 {
font-size: 24px;
font-weight: 400;
margin: 0 0 20px;
color: #000000;
line-height: 30px;
}
.common_paragraph p {
font-size: 15px;
color: #ffffffc4;
font-weight: 400;
line-height: 26px;
}
footer {
background: #074462;
position: relative;
}
.ftr_left {
position: relative;
z-index: 9;
margin-right: 50px;
}
footer::after{
position: absolute;
top: 0;
left: 0;
content: '';
width: 35%;
height: 100%;

background-color: #074462;
}
footer::before{
position: absolute;
content: '';
right: 0;
bottom: 0;

background-repeat: no-repeat;
width: 300px;
height: 300px;
background-size: cover;
}
.ftr_left h3 {
color: #E49E40;
margin-bottom: 20px;
}
.ftr_left p{
color: #fff;
}
.subscribe_title {
color: #fff;
font-size: 14px;
margin-bottom: 20px;
margin-top: 50px;
}
.subscribe {
display: flex;
align-items: center;
}
.subscribe input{
border: 0;
outline: none;
box-shadow: none;
height: 40px;
}
.subscribe input::placeholder{
font-size: 14px;
color: #00000060;
font-weight: 400;
}
.email_input {
width: 70%;
padding: 8px 20px;
}
.mail_send {
background: #E1B77E;
padding: 10px 30px;
width: 30%;
font-size: 15px;
font-weight: 500;
}
.ftr_title {
color: #E49E40;
font-size: 15px;
margin-bottom: 8px;
font-weight: 400;
}
.ftr_right {
margin-left: 50px;
}
.ftr_menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.ftr_menu ul li {
line-height: 34px;
}
.ftr_menu ul li a {
text-decoration: none;
color: #fff;
font-size: 14px;
font-weight: 200;
}
.copy_right {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 20px;
position: relative;
z-index: 9;
}
.copy_right p{
margin: 0;
color: #fff;
}
.ftr_media a {
color: #E1B77E;
width: 30px;
height: 30px;
border: 1px solid #E1B77E;
display: flex;
align-items: center;
justify-content: center;
float: left;
border-radius: 50%;
margin-left: 10px;
font-size: 15px;
}
.ftr_break {
color: #E49E40;
margin-top: 100px;
}

.pbmit-contentbox {
color: #fff;
}
/*footer*/









/*form*/
.white-bg {
  background-color: #F3F3F3 !important;
}
.title {
  position: relative;
  color: #E49E40;
}
.theme-bg {
  background-color: #E49E40;
}
.form-control {
  height: 50px;
  border-radius: 0;
  font-size: 13px;
  color: #202125;
  background: none;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  box-shadow: none;
}

.btn.btn-radius {
  border-radius: 5px;
}

.btn.btn-border {
  border: 1px solid #E49E40;
}
.btn:hover {
  background: #E49E40;
  color: #fff;
}
a, button {
  outline: medium none !important;
  color: #ffffff;
  text-decoration: none;
}
input{
  color: white;
}

.blue-shape{
  position: absolute;
  height: 295px;
  background-color: #074462;
  width: 100%;
  margin-top: 50px;
}
.form-box{
  position: relative;
}
/**/


.blue-shape2{
  position: absolute;
  height: 395px;
  background-color: #074462;
  width: 70%;
  margin-top: 90px;
  margin-left: 220px;
  margin-right: 30px;
}



/*conditions.php*/
.sm_rightabout-condition{
  height: 520px;
}

.sm_rightcondition img{
    z-index: 2; 
    margin-left: -50px;

}

.sm_leftcondition img{
  z-index: 2; 
  margin-left: 50px;
}
/*conditions.php*/

/**/
/**/




.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
  width: 20px;
  height: 20px;
  float: right;
  margin: 10px;
  background-image: url(../img/testimonial-left.svg);
  border-radius: 10px;
}



/**/
.sm_rightabout5 {
  width: 100%;
}
.gallery-padding{
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-text{
  font-size: 0.5rem;
}