*{
    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: #128A98;
}
/* members-style */
.common_top_padding {
  padding-top: 80px;
}
.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: #128A98;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #128A98;
    transition: 0.3s linear;
}
.colobtn:hover{
  border: 1px solid #128A98;
  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: #128A98;
  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;
    display: flex;
    align-items: center;
}
.main_caption {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 400;
  width: 500px;
}
.caption_subcontent {
  font-size: 16px;
  font-weight: 400;
  width: 500px;
}
.read_more_btn {
    background: #128A98;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #128A98;
    transition: 0.3s linear;
}
.read_more_btn:hover{
  transition: 0.3s linear;
  color: #128A98;
  border-color: #128A98;
  background: transparent;
}
.read_more_btn1 {
    background: #fff;
    text-decoration: none;
    color: #128A98;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #fff;
    transition: 0.3s linear;
}
.read_more_btn1:hover{
  transition: 0.3s linear;
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.hm_about_img {
  height: 570px;
  overflow: hidden;
 
}
.common_bottom_padding1{
  padding-bottom: 40px;
}
.common_top_padding1{
  padding-top: 30px;
}
.hm_about_left{
   margin-left: 50px;
}
.hm_about_left img {
    width: 100%;
}
.hm_about_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_about_left p {
  text-align: justify;
}
.common_btn {
  color: #128A98;
  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: #128A98;
}
.common_btn:hover iconify-icon{
  transition: 0.3s linear;
  transform: rotate(45deg);
  color: #128A98;
}
.common_btn iconify-icon{
  color: #128A98;
  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: #128A98;
  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: #128A98;
  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: #128A98;
  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: 300px;
}
.testi_content {
  padding-left: 80px;
  margin-left: 50px;
  border-left: 1px solid #128A98;
}
.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: 80px;
}

/*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: #128A98;
    display: inline-block;
    margin-right: 10px;
}
#patientjourney {
  position: relative;
  background: #128A98;
}
#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;
}
.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;
}

#patientjourney .common_title {
  color: #fff;
}
.col1 {
  color: #128A98;
}
.video {
  width: 80%;
  height: 400px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #128A98;
  font-size: 34px;
  animation: pulse-animation 2s infinite;
}
.play:hover{
  color: #128A98;
}
@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: #128A98;
  position: relative;
}
.ftr_left {
  position: relative;
  z-index: 9;
  margin-right: 50px;
}

.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: #128A98;
  padding: 10px 30px;
  width: 30%;
  font-size: 15px;
  font-weight: 500;
}
.ftr_title {
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 400;
}

.ftr_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ftr_menu ul li {
    margin-bottom: 13px;
}
.ftr_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.ftr_menu p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-top: 12px;
}
.copy_right {
    background: #156D77;
}
.copy_right p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 0;
}
.develop{
  text-align: right;
}
.ftr_media a {
  color: #128A98;
  width: 30px;
  height: 30px;
  border: 1px solid #128A98;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 15px;
}
.ftr_break {
  color: #128A9859;
  margin-top: 100px;
}
/*home Service*/
.pbmit-contentbox {
  color: #fff;
}

/**/
#common_banner {
  height: 300px;
  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.3);
  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: #128A98!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: #128A98;
  border: 0;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
    color: #fff;
}
.contact_form{
  margin-top: 20px;
}
.contact_form textarea{
  height: 200px;
}
#contact {
  position: relative;
}
.contact_right{
  padding: 40px;
}
.contact_address a {
    text-decoration: none;
    border: 1px solid #00000024;
    display: block;
    padding: 20px;
    text-align: center;
    min-height: 220px;
}
.contact_address {
    margin: 0 0 80px 0;
}
.contact_address a h4 {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}
.contact_address a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #128A98;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 25px;
}
.contact_address a p{
  margin: 0;
  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: #128A98;
}
.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;
}
.feature_wrap span {
  min-width: 50px;
  height: 50px;
  background: #128A98;
  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: 40px 20px;
  text-align: center;
  position: relative;
}
.testimonial_profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.testi_name h6 {
  color: #128A98;
  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;
}
/*new*/
.col-blue{
  color: #128A98!important;
}
a{
  text-decoration: none;
}
.mb10{
  margin-bottom: 10px;
}
.abtrt {
    padding-left: 30px;
}
.abtrt > ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.abtrt > ul li {
    border-bottom: 1px solid #52525226;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.abtrt > ul li .mainlt {
    width: 25%;
    float: left;
    font-size: 17px;
    font-weight: 500;
}
.abtrt > ul li .mainrt {
    width: 75%;
    float: left;
}


.abtrt2 {
  padding-left:0;
  padding-top: 30px;
}
.abtrt2 > ul {
  padding: 0;
  list-style-type: none;

  margin: 30px 0 0;
}
.abtrt2 > ul li {
  border-bottom: 1px solid #52525226;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.abtrt2 > ul li .mainlt {
  width: 45%;
  float: left;
  font-size: 18px;
  font-weight: 500;
}
.abtrt2 > ul li .mainrt {
  width: 55%;
  float: left;
}

.awardssec {
    margin-top: 40px;
}
.abtlt {
    background-color: #156D77;
}
.abtlt img {
    width: 100%;
}
.abtlt ul {
    padding: 30px 15px;
    list-style-type: none;
    margin: 0;
}
.abtlt ul li{
    border-bottom: 1px solid #FFFFFF26;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.abtlt ul li:last-child{
  border-bottom: 0;
  padding-bottom: 0px;
    margin-bottom: 0px;
}
.abtlt ul li a{
  color: #fff;
}
.abtlt ul li p {
    color: #ffffffe0;
    margin: 0;
    font-size: 14px;
    text-align: center!important;
}
.abtlt ul li h4 {
    font-size: 18px;
    margin: 0;
}
.awardssec ul {
    padding: 0;
    margin: 30px 0 0;
    list-style-type: none;
}
.awardssec ul li h4 {
    font-size: 18px;
    margin: 0 0 5px;
}
.awardssec ul li p {
    margin: 0px;
}
.awardssec ul li{
  margin-bottom: 20px;
}

.servicebox {
    position: relative;
    margin-bottom: 40px;
    display: block;
}
.servicebox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
}
.servicebox .ser_cnt p {
  font-size: 14px;
  margin: 0 0 5px;
}
.servicebox .ser_cnt h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.ser_count {
    background-color: #128A98;
    display: flex;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}



.conditionsbox {
    display: inline-block;
    width: 100%;
    position: relative;
    transition: 0.3s linear;
    margin-bottom: 25px;
}
.conditionsbox img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.conditionsbox:hover .condition_bx {
  display: flex;
}
.conditionsbox .condition_bx {
    background-color: #128A98;
    height: 450px;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: end;
    padding: 0 30px 30px;
    display: none;
}
.conditionsbox .condition_bx .in_condition_bx h4{
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.conditionsbox .condition_bx .in_condition_bx p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}


.cmnbtnsec{
  margin-top: 40px;
}


 .innerhomehighlight {
    position: absolute;
    right: 10%;
    top: 50%;
    width: 380px;
    color: #fff;
    transform: translate(-0%,-50%);
}
.innerhomehighlight1{
  background: url(../images/highlight.jpg) no-repeat;
  height: 490px;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.innerhomehighlight2{
  background: url(../images/highlight2.jpg) no-repeat;
  height: 490px;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.innerhomehighlight3{
  background: url(../images/highlight3.jpg) no-repeat;
  height: 490px;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.innerhomehighlight p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  text-align:justify;
}


.fullwidth_img{
  margin-top: 30px;
}
.fullwidth_img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}
.commonpoint {
    padding: 0;
    margin: 30px 0 0;
    list-style-type: none;
}
.commonpoint li {
    font-size: 15px;
    color: #101111c4;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    line-height: 20px;
    margin-bottom: 20px;
}
.commonpoint li:before {
    content: "";
    background: url(../images/arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: flex;
    position: absolute;
    left: 0;
    top: 2px;
}
.bg1{
  background-color: #F3FAFF;
}
.diagnosissecrt img {
    width: 100%;
}
.pdlft{
  padding-left: 40px;
}
.pdrgt{
  padding-right: 40px;
}

.innerserrt ul {
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
}
.innerserrt ul li a{
    border: 1px solid #156D77;
    color: #156D77;
    margin-bottom: 15px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s linear;
}
.innerserrt ul li a.active {
    background-color: #156D77;
    color: #fff;
}
.innerserrt ul li a:hover {
    background-color: #156D77;
    color: #fff;
    transition: 0.3s linear;
}
.highlightimg {
    position: relative;
}
.highlightimg img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}
.highlightimg .high_innercont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #fff;
    text-align: center;
        padding: 0 20px;
}
.highlightimg .high_innercont a:hover{
  border: 1px solid #fff;
  color: #fff;
}

.faqlt img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.faqrt {
    padding-left: 20px;
}
.faqrt  .accordion-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.faqrt  .accordion-button:not(.collapsed) {
    color: #128A98!important;
    background-color: transparent!important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    padding: 20px 10px;
}
.faqrt  .accordion-button {
    color: #128A98;
  }
.faqrt   button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.faq .common_title {
    margin-bottom: 50px;
}
.testimonialssec .item{
  text-align: center;
}
.testimonialssec .item img {
    width: 80px!important;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.testimonialssec .item h4 {
    font-size: 18px;
}
.testimonialssec .item h6 {
    font-size: 14px;
    font-weight: 400;
}
.testimonialssec .item p {
    width: 70%;
    margin: 0 auto;
}
.bg2{
  background-color: #128A980D;
}
.test_titlesec {
    position: relative;
    width: 500px;
    margin: 0 auto;
}
.test_titlesec img.quote1 {
    position: absolute;
    left: 0;
    width: 60px;
    top: 0px;
}
.test_titlesec img.quote2 {
    position: absolute;
    right: 0;
    width: 60px;
    top: 0px;
}
.testimonialssec .owl-nav {
    position: absolute;
    top: 0;
    width: 70px;
    right: 40px;
}
.testimonialssec .owl-nav button.owl-prev span {
    color: #ffffff75;
    font-size: 27px;
}
.testimonialssec .owl-nav button.owl-next span {
    color: #ffffff75;
    font-size: 27px;
}
.testimonialssec .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
}
.testimonialssec .owl-nav button.owl-prev {
    position: absolute;
    left: 40px;
    top: 50%;
}
.testimonialssec .owl-nav button {
    border: 1px solid #156D77;
    color: #156D77;
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footertop {
    padding: 60px 0;
}

.ftr_menu1 ul li:before {
    content: "";
    background: url('https://api.iconify.design/ic/baseline-arrow-right.svg?color=white') no-repeat center center / contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -6px;
    top: 7px;
}
.ftr_menu1 ul li {
    position: relative;
    padding-left: 20px;
}
.ftr_menu3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ftr_menu3 ul li{
    margin-bottom: 15px;
} 
.ftr_menu3 ul li a span{
  margin-right: 15px;
}
.ftr_menu3 ul li a {
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
.ft_social ul li {
    float: left;
}
.ft_social ul li a {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr_menu3 iconify-icon {
    font-size: 20px;
}

.homecondition_content .pbmit-hover-inner li {
    margin-bottom: 20px;
    border-bottom: 1px solid #128A980D;
    padding-bottom: 20px;
}
.homecondition_content .pbmit-hover-inner li .pbminfotech-box-number {
  color: #128A98;
}
.homecondition_content .pbmit-hover-inner li .maincondition {
    padding-left: 25px;
}

.homecondition_content .pbmit-hover-inner li:hover{
  border-color: #128A98;
}
.pbmit-featured-img-wrapper img {
    width: 100%;
}
.hoverimg {
    position: relative;
    top: -100px;
    padding-left: 40px;
}
.hoverimg:before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    background-color: #f3faff;
    left: 0;
    bottom: -5px;
    z-index: 99999;
}

/* gallery code  */

.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

/* .gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
  
} */

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

/* gallery code  */

.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;
}



