/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
     font-size: 16px;
    line-height: 28px;
        color: #000000;
    font-weight: 400;
    margin: 10px 0 0 0;
}

section {
  padding: 60px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 30px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}
.header2 {
    margin-top: 8px;
}
.social-icons {
    text-align: right;
}
.header2 .call-icon {
    display: inline-block;
    /* background-color: #01a2b6; */
    padding: 0px 5px;
    border-right: solid 1px #e4e4e4;
}
.social-icons .call-icon i {
    font-size: 20px;
}
.header2 .call-icon i {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    /* line-height: 42px; */
    margin-right: 17px;
    background-color: #01a2b6;
    padding: 9px 9px;
    border-radius: 50%;
}
.header2 .call-icon a {
       color: #ffffff;
}


.navbar-expand-md .navbar-nav .nav-link {
    padding: 7px 13px;
    font-size: 18px;
    color: white;
    font-weight: 600;
    border-left: solid 1px #279fa3;
    margin-top: 30px;
}
.navbar.fixed-top {
    top: 0;
    background-color: #279fa3;
}

.navbar-brand {
       width: 257px;
    /* padding: 8px 0; */
    margin-left: -10px;
   
}

.navbar.fixed-top .navbar-brand {
  width: 200px;
  padding: 8px 0;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link {
 padding: 10px 25px;
     margin-top: 0px;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #AE100F;
}
.dropdown-item.active,
.dropdown-item:hover, 
.dropdown-item:active {
  background-color:  #AE100F;
  color: #fff;
}

/*sub dropdown menu*/
.navbar .dropdown-menu {
     top: 58px;
  left: 14px;
  padding: 0;

}

.navbar.fixed-top .dropdown-menu {
/*  border-bottom: 2px solid #ee8934;;*/
     top: 43px;
  left: 12px;
  padding: 0;
}

.dropdown-menu a {
  padding: 8px 20px;
  display: inline-block;
}

.dropdown-menu li {
    border-bottom: 1px solid #ececec;
}

.dropdown-menu li:first-child,
.dropdown-menu li:last-child {
   border-bottom: none; 
}

.dropdown-divider {
    margin: 0 0 .5rem 0;
}
.dropdown:hover .dropdown-menu {display:  inline-block;}
.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.mt_60 {
    margin-top: -60px !important;
}
.menu {
        background: url(../images/hader-new-1.png) no-repeat center bottom -6px;
    background-size: 100%;
    height: 140px;
}
.carousel {
    position: relative;
    /*z-index: -1;*/
    /*margin-top: -23px;*/
}
.section-title{
        font-size: 40px;
    line-height: 30px;
    padding: 0 0 30px;
    display: inline-block;
    position: relative;
    background-image: url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: center 46px;
    font-weight: 700;
}
.section-title:before {
    position: absolute;
    right: 0;
    bottom: 5px;
       height: 4px;
    width: 40%;
    background: #ccc;
    content: "";
}
.section-title:after {
    position: absolute;
    left: 0;
    bottom: 5px;
       height: 4px;
    width: 40%;
    background: #ccc;
    content: "";
}

.btn3 {

    text-transform: capitalize;
    padding: 12px 57px 13px 10px;
    font-size: 17px;
    line-height: 18px;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #f8f9fa;
    background: #279fa3;
    border: none;60
    font-weight: 500;
    letter-spacing: 0.25px;
    position: relative;
}
.btn3 i {
    height: 35px;
    width: 35px;
    display: inline-block;
    font-size: 22px;
    text-align: center;
    line-height: 33px;
    border-radius: 100px;
    background-color: #ef519e;
    color: #ffffff;
    position: absolute;
    right: 8px;
    top: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/************* Service Section **********************/


.plastic-surgery-service-section  {
    /*    background-color: rgb(229 229 229) !important;*/
    /*background-image:  -webkit-linear-gradient(bottom, rgb(179 181 249) -5%, rgba(255,255,255,0) 39%);*/
    background:url(../images/bg-shape-6.jpg) no-repeat;
    }

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item .plastic-surgery-icon-wrapper span {
    width: 80px;
    height: 80px;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item .plastic-surgery-icon-wrapper span::before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #a7ce44;
    z-index: 2;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item .plastic-surgery-icon-wrapper img{
       z-index: 2;
    position: relative;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item .plastic-surgery-service-content {
         background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 43px 0px rgb(12 12 12 / 16%);
    box-shadow: 0px 0px 43px 0px rgb(12 12 12 / 16%);
    padding: 11px 8px 11px 29px;
    margin-left: -42px;
    position: relative;
    z-index: 1;
    width: 490px;
    height: 94px;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item .plastic-surgery-service-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background-color:#ef519e;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item .plastic-surgery-service-content h5 {
 margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    color: black;
    line-height: 25px;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}


.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item:hover .plastic-surgery-service-content::before {
    opacity: 1;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item:hover .plastic-surgery-service-content h5 {
    color: #ffffff;
}

.plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item:hover .plastic-surgery-service-content p {
    color: #ffffff;
}

.plastic-surgery-service-section .plastic-surgery-service-middle .img-wrapper {
    position: relative;
}

.plastic-surgery-service-section .plastic-surgery-service-middle .img-wrapper .banner-content {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    position: absolute;
       top: -80px;
    left: 50px;
    text-align: center;
}

.plastic-surgery-service-section .plastic-surgery-service-middle .img-wrapper .banner-content h3 {
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
}

.plastic-surgery-service-section .plastic-surgery-service-middle .img-wrapper .banner-content p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    position: relative;
    z-index: 10;
}

.plastic-surgery-service-section .plastic-surgery-service-middle .img-wrapper .banner-content .banner-svg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3e4094;
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    z-index: 2;
    border-radius: 15px 25px 25px 15px;
}

.plastic-surgery-service-section .plastic-surgery-service-middle .img-wrapper .banner-content .banner-svg-2 {
    position: absolute;
    top: 8px;
    left: -8px;
    width: 100%;
    height: 100%;
    background-color: #a7ce44;
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
    z-index: 1;
    border-radius: 15px 25px 25px 15px;
}

@media (max-width: 991.98px) {
    .plastic-surgery-service-section .plastic-surgery-services .plastic-surgery-service-item {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .plastic-surgery-service-section .plastic-surgery-service-middle {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .plastic-surgery-service-section .plastic-surgery-service-middle .img-wrapper {
        width: auto;
        max-width: 100%;
        display: inline-block;
    }
}

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 49.5%;
    padding: 50px 0 0;
    margin: 0 10px 0 0;
    float: left;
    position: relative;
}
.main-timeline .timeline:before{
    content: '';
    background-color: #279fa3;
    height: 11px;
    width: 40%;
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.main-timeline .timeline-content{
    background: #fff;
    padding: 70px 20px 20px 40px;
    border-radius: 5px 0 0 5px;
    border-left: 15px solid #279fa3;
    box-shadow: 7px 7px 0 0 rgba(0,0,0,0.15);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #fff;
    background-color: #279fa3;
       font-size: 61px;
    font-weight: 600;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: -50px;
    z-index: 1;
}
.main-timeline .timeline-year:before{
    content: '';
    background: linear-gradient(155deg,rgba(255,255,255,0.9),rgba(255,255,255,0.05),transparent);
    height: 70%;
    width: 70%;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: #279fa3;
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 12px;
}
.main-timeline .title{
    color: #279fa3;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.main-timeline .description{
    color: #333;
    font-size: 15px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    margin: 0 0 0 10px;
    float: right;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{ border-left-color: #E12454; }
.main-timeline .timeline:nth-child(4n+2):before,
.main-timeline .timeline:nth-child(4n+2) .timeline-year{ background-color: #E12454; }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #E12454;
}


@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 70px 15px 15px 20px;
    }
    .main-timeline .timeline-year{ left: 10px; }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}
.f600
{
  font-weight: 600;
}
.text-pink
{
  color: #E12454;
}
.text-green
{
  color: #279fa3;
}
.faq1 {
  position: relative;
  overflow: hidden;
  height: 720px;
}

@media only screen and (max-width: 1199px) {
  .faq1 {
    height: auto;
  }
}

.faq1__thumb1 {
     background: url(../images/bg-13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: calc(36% + 7px);
    position: absolute;
    left: 0px;
    top: 0px;
}

@media only screen and (max-width: 1199px) {
  .faq1__thumb1 {
    display: none;
  }
}

.faq1__thumb2 {
      background: url(../images/png-img-16.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: calc(64% - 7px);
    position: absolute;
    top: 0px;
    right: 0px;
}

@media only screen and (max-width: 1199px) {
  .faq1__thumb2 {
    width: 100%;
  }
}

.faq1__thumb3 {
  background: url(../images/png-img-17.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  padding: 45px 48px 50px;
}

@media only screen and (max-width: 1199px) {
  .faq1__thumb3 {
    display: none;
  }
}

.faq1__thumb3 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.faq1__thumb3 a {
  border: 1px solid #fff;
}

.faq1__wrapper h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 42px;
}

.accordion_style_01 .card {
  border: none;
  margin-bottom: 22px;
  border-radius: 0px;
}

.accordion_style_01 .card-header {
  padding: 0px;
  border: none;
  background-color: #fff;
}

.accordion_style_01 .card-header h5 {
  margin-bottom: 1px;
}

.accordion_style_01 .card-header a {
  display: block;
  padding: 13px 42px 12px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #223645;
  border: none;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.accordion_style_01 .card-header a span {
  color: #E12454;
  margin-right: 8px;
}

.accordion_style_01 .card-header a:hover {
  border-color: #E12454;
}

.accordion_style_01 .card-header a i {
  position: absolute;
  right: 20px;
  top: 14px;
  color: #223645;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion_style_01 .card-header a:hover i {
  color: #E12454;
}

.accordion_style_01 .card-header a[aria-expanded="true"] {
  border-color: #E12454;
}

.accordion_style_01 .card-header a[aria-expanded="true"] i {
  color: #E12454;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion_style_01 .card-body {
  padding: 0px 50px 20px 20px;
  margin-top: 1px;
}

@media only screen and (max-width: 575px) {
  .accordion_style_01 .card-body {
    padding: 0px 20px 20px 20px;
  }
}

.accordion_style_01 .card-body p {
  margin: 0px;
}
.cta2 {
  background: url(../images/png-img-18.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta2__padding {
      padding: 40px 5px;
}

.cta2__padding p {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .cta2__padding p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .cta2__padding p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .cta2__padding p {
    line-height: 26px;
  }
}

.cta2__padding p a {
  color: #000;
}
.footer {
           background: #0E3340;
    padding: 1px 0 10px;
    
   }

.icon-social {
       margin-bottom: 20px;
    background: url(../images/smo-title.webp) center no-repeat;
    margin-top: -30px;
}

.footer1 a, .footer ul li, .footer h2 {
    color: #fbfaf7;
}
.footer1 .icon-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
       margin: 0 4px;
    transition: all 0.4s;
    font-size: 20px;
}
.footer .footer-links li a {
    margin: 0 10px;
    font-size: 22px;
}
.footer1 .logo{
          margin-top: -60px;
    -webkit-box-shadow: 0px 0px 43px 0px rgb(12 12 12 / 16%);
    box-shadow: 0px 0px 43px 0px rgb(12 12 12 / 16%);
    background: white;
    width: 230px;
        margin-left: -15px;
    margin-bottom: 0px;
}
.home2-contact-area {
    overflow: visible;
}
.testimonial{ margin: 0 10px; }
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid #279fa3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.testimonial .description{
       padding: 50px 46px;
    margin: 0;
    background: #279fa3;
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    position: relative;
    line-height: 34px;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: #279fa3;
    position: absolute;
}
.testimonial .description:before{
    content: "\f10d";
    top: -18px;
    left: 25px;
}
.testimonial .description:after{
    content: "\f10e";
    bottom: -18px;
    right: 25px;
}
.testimonial .testimonial-profile{
    display: table;
    padding: 15px;
    border: 1px solid #279fa3;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial .pic{
   width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #279fa3;
    float: left;
    overflow: hidden;
}
.testimonial .title{
   display: inline-block;
    margin: 0px 0 0 2px;
    font-size: 19px;
    font-weight: bold;
    color: #279fa3;
    position: relative;
    top: -1px;
}
/*.testimonial .title:before{*/
/*    content: "";*/
/*    width: 1px;*/
/*    height: 70px;*/
/*    background: #279fa3;*/
/*    position: absolute;*/
/*    top: -8px;*/
/*    left: -15px;*/
/*}*/
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #279fa3;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #279fa3;
    border: 1px solid #279fa3;
}
@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}
.ttm-page-title-row{
      background-image: url(images/abt-banner.jpg);
    background-size: 100%;
    height: 205px;
    background-repeat: no-repeat;
    margin-top: -23px;
    z-index: -1;
    position: relative;
}
.breadcrumb>li+li:before {
     content: "" !important
 }

 .breadcrumb {
     padding: 19px;
     font-size: 14px;
     color: #aaa !important;
     letter-spacing: 2px;
     border-radius: 5px !important
 }

 .first ol {
     border-top-right-radius: 200px !important;
     border-bottom-right-radius: 200px !important
 }

 .first-1 {
     background-color: white !important
 }

 /*a {
     text-decoration: none !important;
     color: #aaa !important
 }

 a:focus,
 a:active {
     outline: none !important;
     box-shadow: none !important
 }*/

 

 .first span {
     color: white
 }
 .active-1 span
 {
      color: #de3e8c;
 }

 .active-1 {
        font-size: 18px !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-radius: 200px !important;
    background-color: white !important
 }

 .first ol {
       background-color: rgb(22 142 146) !important;
      margin-top: 65px;
 }

 @media (max-width: 767px) {
     .breadcrumb {
         font-size: 10px
     }

     .breadcrumb-item+.breadcrumb-item {
         padding-left: 0
     }

  


     .active-1 {
         font-size: 10px !important;
         padding-right: 8px !important;
         padding-left: 8px !important;
         width: 100% ! important
     }

     .breadcrumb {
         letter-spacing: 1px !important
     }

     .breadcrumb>* div {
         max-width: 60px
     }
 }
  .profile1__item--content {
       padding: 26px 20px 8px 45px;
  }
}

.profile1__item--content h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

.profile1__item--content p {
  line-height: 28px;
}

.profile1__item:hover .profile1__item--thumb {
  background: #E12454;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(225, 36, 84, 0.53);
  box-shadow: 0px 10px 35px 0px rgba(225, 36, 84, 0.53);
}

.profile1__item:hover .profile1__item--thumb i:before {
  color: #fff;
  
    
}
.profile1__item {
       background: #279fa3;
    position: relative;
    background-size: cover;
    box-shadow: 0 0 8px #000000;
    padding: 4px 100px;
    position: relative
}
.profile1__item--thumb {
        width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 73px;
    position: absolute;
    left: 17px;
    top: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 42px;
    color: #ef519e;
}
.profile1__item--thumb i
{
    border: dashed 1px;
    border-radius: 50%;
    padding: 10px 10px;
    margin-top: 13px;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
#image-gallery .modal-footer {
    display: block;
    position: relative;
    margin-top: -278px;
    /* margin-left: -31px; */
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
   background-color: #71717121;
    background-clip: padding-box;
     border: none!important;
    border-radius: .3rem;
    outline: 0;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
     border-top: none!important;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none!important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.btn-secondary {
    color: #fff;
    background-color: #1b1c1d;
    border-color: #6c757d;
    border-radius: 50%;
    }
    .info1__item:hover .info1__icon-box {
  background: #E12454;
}
.info1__item 
{
      box-shadow: 0 0 8px #000000;
    background: #e12454;
    padding: 10px;
}
.info1__thumb {
  border: 10px solid #F1F1F1;
  margin-bottom: 21px;
}

.info1__content {
  position: relative;
  padding-bottom: 8px;
}

.info1__content:before {
  position: absolute;
  content: '';
  width: 300px;
  height: 1px;
  background: #E5E5E5;
  left: 50%;
  top: 105px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -5;
}

@media only screen and (max-width: 991px) {
  .info1__content:before {
    width: 260px;
  }
}

@media only screen and (max-width: 400px) {
  .info1__content:before {
    width: 220px;
  }
}

.info1__content:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #E5E5E5;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -5;
}

.info1__content h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #223645;
  margin-bottom: 22px;
}

.info1__content p {
  font-size: 16px;
  line-height: 24px;
}

.info1__icon-box {
  width: 91px;
  height: 91px;
  border: 1px dashed #d0f6ff;
  border-radius: 100%;
  padding: 12px;
  margin: 0px auto 25px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.info1__icon {
  width: 65px;
  height: 65px;
  border: 1px solid #F1F1F1;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.info1__icon i
{
      margin-top: 11px;
}
.info1__icon i:before {
  font-size: 40px;
  color: #E12454;
}
.specialties-table {
      border: 10px solid #e74795;
    position: relative;
    background: #279fa3;
    margin-bottom: 25px;
}
.specialties-table .cell4::before {
    position: absolute;
    content: '';
    background: #e74795;
    width: 30px;
    height: 30px;
    left: -10px;
    top: -10px;
}
.specialties-table .cell4::after {
    position: absolute;
    content: '';
    background: #e74795;
    width: 30px;
    height: 30px;
    left: -10px;
    bottom: -10px;
}
.specialties-table .cell3::before {
    position: absolute;
    content: '';
    background: #e74795;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 0px;
}
.specialties-table .cell3::after {
    position: absolute;
    content: '';
    background:  #e74795;
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: 0px;
}

.bg-white {
    color:#e74795!important;
    background: #f8f9fa!important;
}
.list-service {
    margin-bottom: 45px;
    border: 3px solid #b8b8b8;
    padding-top: 15px;
    position: relative;
}
.list-service h1 {
    text-transform: uppercase;
    font-size: 32px;
}
.list-service li a:hover, .list-service li.active a {
    background: #168e92 url(../images/lung-icon-white.png) no-repeat 6px center;
    color: white;
    background-size: 64px auto;
}
.list-service a {
    /* color: #01a2b6; */
    display: block;
    padding: 15px 10px 15px 40px;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    box-shadow: 0 5px 10px -10px #333;
    white-space: break-spaces;
}
.carousel-item .banner-tittle {
        position: absolute;
    top: 34%;
    margin-top: -100px;
    left: 190px
}
.carousel-item .banner-tittle h5 {
    font-size: 20px;
      color: #e24290;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
.carousel-item .banner-tittle h2 {
  font-size: 35px;
    line-height: 56px;
    color: #223645;
    font-weight: bold;
}
.carousel-item .banner-tittle h4 {
  font-size: 19px;
    line-height: 32px;
    color: #223645;
    font-weight: bold;
}
.carousel-item .banner-tittle h2 span {
    font-weight: 300;
      color: #e24290;
}

#Services {
    min-height: 636px;
    z-index: 9;
    padding: 0px 0px 50px 0px;
}
.serCon {
    position: relative;
    z-index: 20;
    background: url(../images/specialties-bg.jpg) no-repeat center top;
    
    padding: 20px 0px;
    border-top: 10px solid rgba(255, 255, 255, 0.5);
}
.serCon::before {
    left: -10px;
}
.serCon::after, .serCon::before {
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 100px;
    top: -10px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
}
.specHead {
    text-align: center;
   
  
    position: relative;
}
.specDiv {
    color: #fff;
    margin: 60px 0px 0px 0px;
    min-height: 435px;
    position: relative;
}
.speCon {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
}
.specDiv .specFirst {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 30%;
}
.specHip {
    left: 65px;
    top: 72px;
}
.specList {
    background: #e16297;
    display: block;
    margin: 3px 0px;
    min-width: 290px;
    position: absolute;
    z-index: 1;
}
.speCon .serSub {
    position: relative;
    text-transform: uppercase;
}
.specFirst .serSub a {
     padding: 20px 50px 20px 19px;
}
.speCon .serSub a {
       display: block;
    color: white;
    font-weight: 600;
    font-size: 18px;
}
.specFirst .specList span {
    right: -50px;
}
.specHip span {
    background: url(../images/hip-ser-img.png) no-repeat center center;
}
.specList span {
    width: 99px;
    height: 99px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.specShoulder {
    left: 16px;
    top: 216px;
}
.specShoulder span {
    background: url(../images/shoulder-ser-img.png) no-repeat center center;
}

.specSports {
    left: 60px;
    top: 354px;
}

.specSports span {
    background: url(../images/sports-ser-img.png) no-repeat center center;
}


.specKnee {
    right: 0px;
    top: 94px;
}
.specKnee span {
    background: url(../images/knee-ser-img.png) no-repeat center center;
}



.specLast .serSub a {
    padding: 20px 30px 20px 80px;
}
.specLast .specList span {
    left: -50px;
}

.specOrtho {
    right: 0px;
    top: 320px;
}

.specOrtho span {
    background: url(../images/ortho-ser-img.png) no-repeat center center;
}


.specBull {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
}

.specDiv .specLast {
      position: absolute;
    z-index: 1;
    right: -16px;
    top: 0px;
}

.specList.Ser_here .specMain {
    display: block;
}

.specImg {
        position: absolute;
    z-index: 0;
    left: 51%;
    top: 54%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.specImg ul {
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 0px;
    width: 100%;
}

.specImg li {
    position: absolute;
    z-index: 9;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: red;
    opacity: 1 !important;
}

.specImg li span {
    display: none;
}

.specImg li a {
    display: block;
    width: 100%;
    height: 100%;
}

.serShoulder {
    left: 233px;
    top: 95px;
}

.serHip {
    left: 200px;
    top: 255px;
}

.serKnee {
    left: 170px;
    top: 360px;
}

#Ser3.serOrtho,
#Ser4.serSports {
    display: none !important;
    opacity: 0;
}

.p-skincare{
      text-decoration: underline;
}

.text-skincare{
    color:#E12454;
}

.head-skincare{
    color:#279fa3;
}
.comp
{
     background: url(../images/fes.jpg) no-repeat;
    background-size: 100%;
    height: 450px;
}


.plastic-surgery-service-section{
    background: url(../images/background-image-11.jpg) no-repeat center;
    background-size: cover;
    height: 645px;
}