*{
    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;
}

::-webkit-scrollbar-thumb
{
  background-color: #4C1C1C;
}
/* members-style */
.common_top_padding {
  padding-top: 40px;
}
.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: #101111c4;
  font-weight: 400;
  line-height: 26px;
}
.colobtn {
    background-color: #E1B77E;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #E1B77E;
    transition: 0.3s linear;
}
.colobtn:hover{
  border: 1px solid #E1B77E;
  background-color: transparent;
  color: #fff;
  transition: 0.3s linear;
}
.bgcol1{
  background-color: #F2F2F2;
}
.sub_head {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.sub_head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E1B77E;
  margin-right: 10px;
  display: block;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}
header {
  height: calc(100vh - 120px);
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.main_caption {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  width: 500px;
}
.read_more_btn {
    background: #4C1C1C;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #4C1C1C;
    transition: 0.3s linear;
}
.read_more_btn:hover{
  transition: 0.3s linear;
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.read_more_btn2 {
  background: #e1b77e;
  text-decoration: none;
  /* color: #4C1C1C; */
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #e1b77e;
  transition: 0.3s linear;
  margin-left: 15px;
}
.read_more_btn2:hover{
transition: 0.3s linear;
color: #fff;
border: 1px solid #4C1C1C;
background: #4C1C1C;
/* background: transparent; */
}
.hm_about_img {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 50px;
}
.hm_about_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_about_left p {
  text-align: justify;
}
.common_btn {
  color: #4C1C1C;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: 0.3s linear;
}
.common_btn:hover{
  color: #4C1C1C;
}
.common_btn:hover iconify-icon{
  transition: 0.3s linear;
  transform: rotate(45deg);
  color: #4C1C1C;
}
.common_btn iconify-icon{
  color: #E1B77E;
  margin-left: 10px;
  font-size: 30px;
  transition: 0.3s linear;
}
.common_btn2 {
  color: #4C1C1C;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: 0.3s linear;
  margin: 25px 0px;
}
.common_btn2:hover{
  color: #4C1C1C;
}
.common_btn2:hover iconify-icon{
  transition: 0.3s linear;
  transform: rotate(45deg);
  color: #4C1C1C;
}
.common_btn2 iconify-icon{
  color: #E1B77E;
  margin-left: 10px;
  font-size: 30px;
  transition: 0.3s linear;
}
.sm_left {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 400px;
}
.sm_left img{
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.sm_right {
  width: 50%;
  float: right;
  display: flex;
  align-items: center;
  height: 400px;
  background: #4C1C1C;
  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: #fff;
}
.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;
}
.conditions_wrap {
  display: flex;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: 0.3s linear;
}
.conditions_wrap:hover .conditions_title span iconify-icon{
  transition: 0.3s linear;
  transform: rotate(45deg);
}
.conditions_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conditions_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.61%, #3E1E1E 94.5%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 20px;
}
.conditions_title h6{
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.conditions_title span {
  color: #fff;
  font-size: 24px;
  display: flex;
}
#testimonial {
  background: #4C1C1C;
  position: relative;
}
#testimonial::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  background-size: cover;
}
.quotes {
  width: 50px!important;
}
.testi_profile {
  display: flex;
  align-items: center;
}
.testi_profile img {
  width: 50px!important;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.name{
  margin-left: 20px;
}
.name h6 {
  margin: 0;
  color: #E1B77E;
  font-size: 15px;
}
.designation {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 200;
  display: block;
  margin-top: 5px;
}
.testi_content p {
  color: #fff;
}
.testimonial_left h3 {
  color: #fff;
  width: 400px;
}
.testi_content {
  padding-left: 80px;
  margin-left: 50px;
  border-left: 1px solid #E1B77E;
}
.brand_wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.brand_wrap ul li {
  width: 15%;
  padding: 0px 20px;
  /* float: left; */
  text-align: center;
  display: inline-block;
}
.brands {
  width: 120px;
  height: 120px;
  border: 1px solid #00000038;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}
.brands:hover {
    transform: scale(1.05);
    transition: 0.3s linear;
}
.brands img{
  width: 101px;
}

/*patient journey*/
.commontpad{
	padding-top: 100px;
}
.commonbpad{
	padding-bottom: 100px;
}

.pj_lt img {
    width: 100%;
    border-radius: 20px;
    height: 390px;
    object-fit: cover;
}
.titlesec {
    margin-bottom: 50px;
}
.titlesec .sm-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e1b77e;
    display: inline-block;
    margin-right: 10px;
}
#patientjourney {
  position: relative;
  background: #4C1C1C;
}
#patientjourney::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  background-image: url(../images/dots2.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  background-size: cover;
}
.p_head h4 {
    font-size: 22px;
    border-bottom: 1px solid rgba(225, 183, 126, 0.35);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.patient_inner p {
    color: #fff;
}
.patient_inner_home p {
  color: #fff;
}
.p_head {
    position: relative;
}
.p_head .p_num {
    position: absolute;
    right: 0;
    top: -60px;
    color: #f8f8f821;
    font-size: 70px;
}
.patient_inner {
    padding: 40px 0 0 50px;
}
.patient_inner_home {
  padding: 40px 0 0 50px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-nav button.owl-prev span {
    color: #ffffff75;
    font-size: 27px;
}
.owl-nav button.owl-next span {
    color: #ffffff75;
    font-size: 27px;
}
.owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
}
.owl-nav button.owl-prev {
    position: absolute;
    left: 40px;
    top: 50%;
}
#patientjourney .common_title {
  color: #fff;
}
.col1 {
  color: #E1B77E;
}
.video {
  width: 100%;
  height: 400px;
  margin: auto;
  overflow: hidden;
  /* border-radius: 10px; */
  position: relative;
}
.video img{
  width: 100%;
 object-fit: cover;
}
.play {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4C1C1C;
  font-size: 34px;
  animation: pulse-animation 2s infinite;
}
.play:hover{
  color: #4C1C1C;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(250, 250, 250, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
footer {
  background: #4C1C1C;
  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: #411818;
}
footer::before{
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  background-image: url(../images/dots2.png);
  background-repeat: no-repeat;
  width: 216px;
  height: 300px;
  background-size: cover;
}
.ftr_left h3 {
  color: #fff;
  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: #E1B77E;
  font-size: 15px;
  margin-bottom: 20px;
  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: #E1B77E59;
  margin-top: 100px;
}
/*home Service*/
.pbmit-contentbox {
  color: #fff;
}

/**/
#common_banner {
  height: 410px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
#common_banner:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}
#common_banner .container {
    position: relative;
    z-index: 99;
}
.common_caption {
  color: #fff;
  text-transform: capitalize;
  font-size: 36px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs span{
  color: #fff;
  margin: 0 10px;
}
.breadcrumbs a{
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}
.light_colour{
  color: #E1B77E!important;
}
.contact_img{
  position: relative;
  z-index: 9;
}
.contact_right{
  position: relative;
  z-index: 9;
}
.contact_img img {
  width: 100%;
  height: 100%;
}
.input_style {
  width: 100%;
  padding: 15px;
  border: 1px solid #D4DBDC;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}
.input_style::placeholder{
  color: #5D5E60;
  font-size: 14px;
}
.input_submit {
  background: #E1B77E;
  border: 0;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
}
.contact_form{
  margin-top: 20px;
}
.contact_form textarea{
  height: 200px;
}
#contact {
  position: relative;
}
#contact::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 260px;
  background: #4C1C1C;
}
.contact_address {
  position: relative;
  z-index: 9;
}
.contact_right{
  box-shadow: 0px 4px 20px 0px #0000001A;
  background: #fff;
  padding: 40px;
}
.contact_address a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.contact_address a span{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4C1C1C;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 30px;
}
.contact_address a p{
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.google {
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
}
.google iframe{
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.head_center p {
  width: 600px;
  margin: auto;
  margin-top: 20px;
}
.doctor_image {
  border-radius: 5px;
  overflow: hidden;
}
.doctor_image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content_left {
  margin-right: 50px;
}
.content_left p{
  text-align: justify;
}
#about p{
  text-align: justify;
}
.background-dark{
  background: #4C1C1C;
}
.doctors_wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.doctors_wrap ul li {
  width: 25%;
  display: inline-block;
  padding: 0px 10px;
}
.images_wrap {
  height: 250px;
  overflow: hidden;
  margin-bottom: 10px;
}
.images_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name_wrap {
    padding: 10px;
    display: block;
    text-decoration: none;
}
.name_wrap h6{
  margin: 0;
  color: #fff;
  font-size: 15px;
}
#features {
  background: #F2F2F2;
  position: relative;
}
#features::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url(../images/dots3.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  background-size: cover;
}
.feature_wrap {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  display: flex;
      min-height: 170px;
}
.feature_wrap span {
  min-width: 50px;
  height: 50px;
  background: #4C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 15px;
}
.feature_wrap h6 {
  font-size: 16px;
  font-weight: 600;
}
.feature_wrap p{
  margin: 0;
}
.tm_wrapper {
  background: #F5F5F5;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  height: 400px;
  overflow: scroll;
  padding-bottom: 80px;
}
.testimonial_profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.testi_name h6 {
  color: #4C1C1C;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}
.testi_name span {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.s_rgt img {
    width: 100%;
}
.s_lft {
    margin-bottom: 40px;
}

.shigh_lft {
    position: relative;
}
.shigh_lft img {
    width: 100%;
}
.in_shigh_lft {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(76, 28, 28, 0.89);
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cntbx {
    width: 60%;
    text-align: center;
}
.cntbx h4{
    margin-bottom: 30px;
}
.s_lft ul li {
    font-size: 15px;
    color: #101111c4;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 35px;
}
.s_lft ul li:before {
    content: "";
    background: url(../images/dots.svg);
    width: 17px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.s_lft ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.shigh_rgt {
    padding-left: 30px;
}
.shigh_rgt ul {
    padding: 0;
    margin: 30px 0 0;
    list-style-type: none;
}
.shigh_rgt ul li {
    border-bottom: 1px solid rgba(229, 233, 237, 1);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.shigh_rgt ul li a{
    text-decoration: none;
    color: rgba(76, 28, 28, 1);
    font-weight: 600;
}
.shigh_rgt ul li span {
    border: 1px solid rgba(76, 28, 28, 1);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
}
.shigh_rgt ul li span img {
    position: relative;
    top: -1px;
}
.shigh_rgt ul li:hover span{
  background-color: rgba(76, 28, 28, 1);
}
.shigh_rgt ul li:hover span img{
  filter: brightness(0) invert(1);
}
.s_lft img {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    height: 420px;
    object-fit: cover;
}
.cnd_pad{
  padding: 30px;
  border-radius: 20px;
}
.mb-40{
  margin-bottom: 40px;
}
.sm_right .common_btn:hover iconify-icon{
  transition: 0.3s linear;
  color: #fff!important;

}
.videopg .video {
    width: 100%;
    margin-bottom: 25px;
}
.hm_testimonial .owl-item{
  width: 300px;
}
.testimonial_left p{
  color: #fff;
  padding: 20px 25px 0px 0px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 125px;
  right: 40px;
  background-color: #08304d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


.my-float {
  margin-top: 16px;
}

/*banner*/
.banner_inner{
  position: relative;
}
.banner_inner img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.banner_inner:after{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: rgba(0,0,0,0.3);
}
.bannercaption{
  position: absolute;
  z-index: 999;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 650px;
}
.bannercaption h4{
  color: #fff;
  font-size: 40px;
  font-weight: 600;

}
/**/

.hm_testimonial .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  
  display: none;
}

.testimonial_wrap p {
  font-size: 15px;
  color: #101111c4;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

@media (max-width: 767px) {

  .desktopsection {
    display: none!important;
}
.mobilebanner {
    margin-top: 64px;
}
}


@media (min-width: 768px) {
  .mobilesection{
    display: none!important;
  }
}
