/* --------------top-bar-start-------------- */
.topbar1 {
  padding: 0 20px;
}
.ddded {
  background: #ea5066 !important;
}
.topbar1 .topbar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar1 .topbar-contact ul .rs-contact-email {
  color: #fff;
}
.topbar1 .topbar-contact ul li {
  display: inline-block;
  line-height: 50px;
  color: #fff;
}
.topbar1 .topbar-contact ul li a {
  transition: all 0.4s ease-in-out 0s;
  border-right: 1px solid #fff;
  margin-right: 20px;
  padding-right: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.topbar1 .topbar-sl-share ul {
  text-align: right;
  margin: 0px;
  padding: 0;
}
.topbar1 .topbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.topbar1 .opening1 a {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
}
.topbar1 .topbar-sl-share ul li + li {
  margin-left: 15px;
}
.topbar1 .topbar-sl-share ul li a i {
  color: #fff;
}
/* --------------top-bar-end-------------- */

/* --------------nav-bar-start-------------- */
/*.dropdown-toggle::after {
  display: none !important;
}
.navbar {
  background-color: #fff;
}
.navbar-nav {
  width: 100%;
  justify-content: right;
}
.navbar-collapse ul li .nav-link {
  color: #000 !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0px 6px;
}
.navbar-brand {
  width: 50%;
}
.navbar-brand > img {
  width: 25%;
}*/
/*------------sbumenu-----------*/
/*.megasubmenu{ 
 position: absolute;
  top: 0px !important;
  padding: 10px !important;

}
.megasubmenu .list-unstyled li{
  line-height: 30px;
}
.megasubmenu .list-unstyled li a{
text-decoration: none; 
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #000;

}*/
/* ============ desktop view ============ */
/*@media all and (min-width: 992px) {
  .megasubmenu{ 
    left:100%; top:0; 
    min-height: 50%;
  }
  .dropdown-menu.show {
    display: block;
    left: -100px !important;
}
  .dropdown-menu > li:hover .megasubmenu{
    display: block;
  }
} */
/* ============ desktop view .end// ============ */
/*------------sbumenu-----------*/
/* --------------nav-bar-end-------------- */
/* --------------carousel-start-------------- */
.section-2 .carousel-item img {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-content-overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
/*.carousel-control-next {
  background: linear-gradient(
    270deg,
    rgb(225, 107, 123) 0%,
    rgb(161, 53, 67) 100%
  );
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 220px;
  margin-right: 50px;
}
.carousel-control-prev {
  background: linear-gradient(
    270deg,
    rgb(225, 107, 123) 0%,
    rgb(161, 53, 67) 100%
  );
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 220px;
  margin-left: 50px;
}*/
#carousel .carousel-item.boat {
  background-image: url("./assets/images/hero11.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("./assets/images/hero12.jpg");
}

#carousel .carousel-item.river {
  background-image: url("./assets/images/hero13.jpg");
}

#carousel .carousel-item {
  height: 75vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
  margin-left: 25px;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
  font-family: "Poppins", sans-serif;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-family: "Poppins", sans-serif;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 45px;
  color: #ffffff;
  border: none;

  border-radius: 0.25rem;
  padding: 0 27px;
  font-size: 16px;
  line-height: 43px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #a23746;
}

.delicious-btn.active,
.delicious-btn:hover,
.delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.slick-dots li button::before {
  font-family: "slick";
  font-size: 35px !important;
  line-height: 20px;
  position: absolute;
  top: 25px !important;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------carousel-end-------------- */

/* --------------marquess-start-------------- */
.news-section {
  background-color: #ea5066;
  position: relative;
  padding: 10px 0;
}
.news-section p {
  margin: 0;
  color: #fff;

  font-family: "Poppins", sans-serif;
}
/* --------------marquess-end-------------- */

/* --------------who-we-are-start-------------- */
.bottom_line {
  background-color: #ea5066;
  width: 60px;
  height: 4px;
  border-radius: 10px;
  margin: auto;
}
.who-we-are {
  background: #eeeeee;
  padding: 80px 0;
}
.who_we_are_text h3 {
  font-size: 38px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.who_we_are_text p {
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin-top: 30px;
}
.who_we_are_img {
  position: relative;
}
.who_we_are_img:before {
  position: absolute;
  content: "";
  top: -40px;
  left: 10%;
  bottom: 5%;
  background: #7d2531;
  height: 280px;
  width: 100%;
  z-index: 999;
}
.who_we_are_img img {
  border: 5px solid #fff;
  z-index: 9999;
  position: relative;
}
.heading h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
/* --------------who-we-are-end-------------- */

/* --------------our_service-start-------------- */
.our_service {
  padding: 80px 0px;
}
.heading1 h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 38px;
}
.card_hair {
  width: 95% !important;
  margin-top: 30px;
}
.card-body_main a {
  background-color: #a23746;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
}
.card-body_main a:hover {
  background-color: #000;
  color: #fff;
  border: none;
}
.card-body_main a:active {
  background-color: #000;
  color: #fff;
  border: none;
}
/* --------------our_service-end-------------- */

/* --------------testmonials-start-------------- */
.testmonials {
  background: #eeeeee;
  padding: 80px 0;
}
.ti-review-item1 {
  border: 1px solid #720536;
  padding: 25px 25px 25px !important;
  margin-top: 25px;
  width: 95%;
  border-radius: 0.25rem;
}
.ti-review-item h5 {
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.ti-review-item h6 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 0px;
  font-size: 12px;
}
.ti-review-item ul {
  margin: 0px;
  padding: 8px 0px;
  display: flex;
}
.ti-review-item ul li {
  list-style: none;
  color: #f3cc02;
  padding: 0px 2px 0px;
}
.five_star_list {
  text-align: center;
  margin: auto;
  display: table;
}
.ti-review-item p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  text-align: center;
  margin: 0px;
}
.ti-review-item img {
  width: 25%;
  margin: auto;
  padding-bottom: 15px;
}
/* --------------testmonials-end-------------- */

/* --------------our-doctor-start-------------- */
.ribbon_man {
  position: absolute;
  top: 0px;
}
.ribbon-pop {
  background: linear-gradient(270deg, #ea5066 5.25%, #7d2531 96.68%);
  display: inline-block;
  padding: 10px 40px 10px 20px;
  color: white;
  position: relative;
  left: -15px;
  top: 10px;
}
.ribbon-pop:before {
  height: 0;
  width: 0;
  border-top: 15px solid #381f57;
  border-left: 15px solid transparent;
  bottom: -15px;
  position: absolute;
  content: "";
  left: 0;
}
.bottom_text {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
  color: #fff;
  width: 100%;
}
.docter-slider {
  width: 92%;
}
.slick-next {
  right: -25px;
  display: none;
  display: none !important;
}
.team_bg {
  background-color: #7d2531 !important;
  padding: 15px 11px;
  text-align: center;
}
/*.hero-button .wprt-button1 {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}*/

.hero-button .wprt-button1 {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
/*.hero-button a {
    text-decoration: none;
    cursor: pointer;
}*/
.wprt-button1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0.65em 1.5em;
  background-color: #fff;
  border: 2px solid #12443e;
  color: #000;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
}
.bottom_text h2 {
  font-size: 25px;
  text-align: left;
  font-weight: 600;
  padding-bottom: 6px;
  margin: 0px;
  color: #fff;
}
.bottom_text h3 {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  margin: 0px;
  color: #fff;
  padding-bottom: 6px;
}
.our_docter_img {
  position: relative;
  margin-top: 25px;
}
.our_docter_img img {
  width: 100%;
}
.docter_content1 h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.docter_content1 h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.docter_content1 p {
  font-family: "Poppins", sans-serif;
  text-align: justify;
  color: #fff;
}
.see_more_result {
  background-color: #7d2531;
  padding: 80px 0px;
}
.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
  width: 100%;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196f3;
  opacity: 0.7;
  border-radius: 50%;
}
.compare_img {
  width: 100%;
}
/* --------------see-more-start-------------- */

/* --------------our_docter-start-------------- */
.our_docter {
  padding: 80px 0px;
}
.docter_content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.docter_content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.docter_content p {
  font-family: "Poppins", sans-serif;
  text-align: justify;
}
.docter_img img {
  width: 100%;
  height: 100%;
}
.docter_content {
  margin-top: 30px;
}
.docter_img {
  margin-top: 30px;
}
.docter_gap {
  margin: 60px 0px 0px;
}
.docter_content .docter_button {
  background-color: #a23746;
  padding: 5px 12px;
  border-radius: 0.25rem;
  border: none;
}
.docter_content .docter_button a {
  text-decoration: none;
  color: #fff;
}
.docter_content .docter_button:hover {
  background-color: #000;
  color: #fff;
}
/* --------------our_docter-end-------------- */

/* -------international-patients-start-------- */
.international_img img {
  width: 100%;
}
.international-patients_bg {
  padding: 76px 60px 0px;
  background-color: #7d2531;
  height: 100%;
}
.international-patients_text h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.international-patients_text ul {
  margin-top: 22px;

  padding: 0px;
}
.international-patients_text ul li {
  list-style: none;
  line-height: 30px;
}

.international-patients_text ul li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.international-patients_text ul li a > span {
  font-size: 10px;
  padding-right: 5px;
}

/* -------international-patients-end-------- */

/* -----------our-client-start------------- */
.our_client_log {
  padding: 0px 0px;
}
.our_client_logo img {
  width: 95%;
  padding: 30px 0px;
}
/* -----------our-client-end------------- */

/* -----------footer-start------------- */
.footer {
  background-color: #000;
  padding: 80px 0px;
}
.footer_description img {
  width: 47%;
  padding: 0px 0px 20px;
}
.footer_description p {
  font-size: 14px;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.footer_list .footer-title {
  color: #fff;
  margin: 0px;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 0px 0px 20px;
}
.menu-footer ul {
  margin: 0px;
  padding: 0px;
}
.menu-footer ul li {
  list-style: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.menu-footer ul li a {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
.menu-footer ul a span {
  margin-left: 10px;
  color: #fff;
}
.menu-footer ul a .fa-envelope {
  color: #fff;
}
/* -----------footer-end------------- */

/* -----------copy-right-start------------- */
.copy_bgcolor {
  background-color: #ea5066;
  padding: 15px;
}
.cpoyright_text h2 {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin: 0px;
}
.cpoyright_text h2 a {
  text-decoration: underline;
  color: #fff;
}
/* -----------copy-right-end------------- */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 50px !important;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.wrapper {
  width: 380px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 10px;
  padding: 30px 30px;
  margin: 0px 0px auto auto;
  margin-right: 25px;
  position: absolute;
  right: 125px;
  top: 70px;
}
.wrapper h1 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.wrapper .input-box {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 15px 0;
}

.input-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  padding: 10px 45px 10px 20px;
}
.input-box input::placeholder {
  color: #fff;
}
.input-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.wrapper .remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  margin: -15px 0 15px;
}
.remember-forgot label input {
  accent-color: #fff;
  margin-right: 3px;
}
.remember-forgot a {
  color: #fff;
  text-decoration: none;
}
.remember-forgot a:hover {
  text-decoration: underline;
}
.wrapper .btn {
  width: 100%;
  height: 45px;
  border-radius: 40px;
  border: none;
  outline: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.wrapper .register-link {
  text-align: center;
  font-size: 14.5px;
  margin: 20px 0 15px;
}
.register-link p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.register-link p a:hover {
  text-decoration: underline;
}
/* ----------------- */
/*------------------------------------------------------About-page-code---------------------------------------*/
.sthetics_about_banner {
  background-image: url(./assets/images/12.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_about_title h1 {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  padding-bottom: 16px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.sthetics_about_title h1:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 2px;
  background-color: #ea5066;
}
.pull-right {
  float: right;
}
.sthetics_about_title .page-breadcrumb {
  position: relative;
  margin-top: 25px;
}
.sthetics_about_title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.sthetics_about_title .page-breadcrumb li a {
  color: #fff !important;
  font-weight: 500;
}
.who_we_are_text1 h3 {
  font-size: 30px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.who_we_are_text1 p {
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 30px;
}
.media-sthetics-icon img {
  width: 23%;
  background-color: #ea5066;

  padding: 14px 13px;
}
.media-sthetics-icon {
  align-items: center;
}
.media-sthetics-icon h6 > i {
  /*font-size: 28px;
  background: #ea5066;
  padding: 20px 20px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s*/
  font-size: 28px;
  background: #ea5066;
  /* padding: 20px 20px; */
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-sthetics-icon h6 > i:hover {
  font-size: 28px;
  background: #000;
  padding: 20px 20px;
  color: #fff;
}
.media-sthetics-icon-text {
  padding-left: 15px;
}
.media-sthetics-icon-text h5 {
  margin: 0px;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.media-sthetics-icon-text p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
.media-sthetics-icon-gap {
  margin-top: 15px;
}
.who_we_are_img1 {
  float: right;
}
.who_we_are_img1 img {
  width: 100%;
}
.count_bgcolor {
  background-color: #ea5066;
  padding: 60px 0px;
}
.stheticks {
  text-align: center;
}
.stheticks h6 > i {
  font-size: 40px;
  color: #fff;
}
.stheticks h5 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 10px 0px;
  margin: 0px;
}
.stheticks p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0px;
  font-size: 15px;
}
.docter_img_pragraph p {
  font-family: "Poppins", sans-serif;
}
.docter_about_list ul {
  margin: 0px;
  padding: 0px;
}
.docter_about_list ul li {
  list-style: none;

  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 500;
}
.docter_about_list ul li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #ea5066;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
  -moz-box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
  box-shadow: 0px 2px 15px 0px rgb(234 80 102);
}
.about_docter_img img {
  width: 100%;
  padding-bottom: 30px;
}
.bg-silver-light {
  background-color: #f7f8fa !important;
  padding: 80px 0px;
}

.about_page_bgcolor {
  padding: 80px 0px 0px;
}
/*-----------------------------------------------contact-us-code--------------------------------------*/
.sthetics_contact_banner {
  background-image: url(./assets/images/contact-inner-img.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.contact_cardbg1 {
  padding: 60px 50px 60px 35px;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 1px 2px 4px #ccc;
}
.cea-button-wrapper1 .cea-button-text1 {
  color: #000;
  background-color: #ffffff;
  padding: 0px 0px 5px 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.cea-featured-icon1 {
  display: flex;
  justify-content: space-between;
}
.contact_cardbg1 .cea-featured-icon1 i {
  font-size: 65px;
  color: #ea5066;
  margin-bottom: 90px;
}
.contact_cardbg1 h4 {
  text-transform: none;
  font-size: 16px;
  color: #999999;
  line-height: 1.7em;
  margin-bottom: 13px;
}
.cea-button-wrapper1 .cea-button-link1 {
  color: #000000;
  background-color: #ffffff;
  padding: 0px 0px 5px 0px;
  font-family: "Poppins", Sans-serif;
}
.fbox-content1 {
  margin-top: 10px;
  color: #999999;
}
.contact-icon-main {
  padding: 80px 0px 80px;
}
.section-title-contact h3 {
  font-size: 30px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}
.let_talk {
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 1px 2px 4px #ccc;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 70px 54px 70px 54px;
  margin-bottom: 70px;
}
.width_bordermargin {
  border-right: 1px solid #e3e0e0;
  padding: 0px 62px 0px 15px;
}
.social_mediacontact {
  margin-bottom: 20px;
}
.social_mediacontact span a {
  border-radius: 50px 50px 50px 50px;
  background-color: #ffffff;
  width: 40px;
  height: 37px;
  border: 1px solid #ea5066;
  /* padding: 8px 10px; */
  align-items: center;
  text-align: center;
  margin: 0px;
  display: inline-block;
  align-items: center;
  display: inline-grid;
}
.social_mediacontact span a i {
  color: #ea5066;
}
.contact_map iframe {
  width: 400px !important;
  height: 200px !important;
}
.contact_formsthticks {
  padding-left: 45px;
}
.title-wrap .section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 40px;
  text-align: left;
  margin: 20px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.title-wrap .section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 30px;
  text-align: left;
  margin: 20px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.width_margin p {
  width: 100%;
}
.contact_input_form {
  position: relative;
}
.width_margin p .contact_input_form .form_control_input_feild {
  width: 100%;
  background: rgb(234 80 102 / 8%);
  border-radius: 10px;
  font-size: 15px;
  border: 0;
  height: 50px;
  padding: 0 15px 0 15px !important;
}
.hero-button {
  background: none;
  border: none;
}
.hero-button a {
  text-decoration: none;
  cursor: pointer;
}
.wprt-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0.65em 1.5em;
  background-color: #ea5066;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
}
/*-----------------------------------------------------serive------------------------------------------*/
.sthetics_service_banner1 {
  background-image: url(./assets/images/12.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner2 {
  background-image: url(./assets/images/12.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner3 {
  background-image: url(./assets/images/13.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner4 {
  background-image: url(./assets/images/mesotherpy-banner-4.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner5 {
  background-image: url(./assets/images/medication-banner-5.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner6 {
  background-image: url(./assets/images/facial-rejuvenation-banner-6.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner7 {
  background-image: url(./assets/images/breast-surgery-banner-7.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner8 {
  background-image: url(./assets/images/liposuction-tummy-banner-8.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner9 {
  background-image: url(./assets/images/genital-surgery-banner-9.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner10 {
  background-image: url(./assets/images/orthognathic-surgery-banner-10.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner11 {
  background-image: url(./assets/images/scar-revision-banner-11.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.sthetics_service_banner12 {
  background-image: url(./assets/images/cosmetic-dentistry-banner-12.jpg);
  position: relative;
  padding: 150px 0px 80px;
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.heading1 p {
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #777777;
  font-size: 15px;
  margin-top: 25px;
}
.secvice-1bgcolor {
  padding: 80px 0px;
}
/*---------card----------*/
.card-service-1 {
  border: none;
  background-color: white;
  border-bottom: 3px solid #ea5066;
  width: 92%;
  padding: 0px 0px 10px;
}
.card-body-service-1 {
  padding-left: 10px;
}
.card-body-service-1 a {
  text-decoration: none;
}
.card-body-service-1 a h5 {
  font-size: 14px;
  color: #000;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-bottom: 8px;
  padding: 10px 0px 10px;
}
.card-body-service-1 a h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

/*.card:hover figure.snip1159 {
  position: relative;
    overflow: hidden;
  
    max-height: 358px;
    
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border: none;
}*/

figure.snip1159 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1159 img {
  max-width: 100%;
}

/* figure.snip1159 .cardbgcolor {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  opacity: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background: #ffffff;
} */
/* 
figure.snip1159 .cardbgcolor:before,
figure.snip1159 .cardbgcolor:after {
  content: "";
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

figure.snip1159 i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  color: #000000;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

figure.snip1159 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1159.blue {
  background-color: #2472a4;
}

figure.snip1159.blue i {
  color: #20638f;
}

figure.snip1159.red {
  background-color: #ab3326;
}

figure.snip1159.red i {
  color: #962d22;
}

figure.snip1159.yellow {
  background-color: #e08e0b;
}

figure.snip1159.yellow i {
  color: #c87f0a;
}

figure.snip1159.green {
  background-color: #229955;
}

figure.snip1159.green i {
  color: #1e8449;
}

figure.snip1159.orange {
  background-color: #d67118;
}

figure.snip1159.orange i {
  color: #bf6516;
}

figure.snip1159.navy {
  background-color: #2b3c4e;
}

figure.snip1159.navy i {
  color: #222f3d;
}

figure.snip1159:hover img,
figure.snip1159.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

figure.snip1159:hover .cardbgcolor,
figure.snip1159.hover .cardbgcolor {
  opacity: 1;
}

figure.snip1159:hover .cardbgcolor:after,
figure.snip1159.hover .cardbgcolor:after,
figure.snip1159:hover .cardbgcolor:before,
figure.snip1159.hover .cardbgcolor:before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.snip1159:hover .cardbgcolor:before,
figure.snip1159.hover .cardbgcolor:before {
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
}

figure.snip1159:hover .cardbgcolor:after,
figure.snip1159.hover .cardbgcolor:after {
  -webkit-transform: scale(1.88);
  transform: scale(1.88);
}
.card-service-1:hover .card-body-service-1 a h4,
.card-service-1:hover .card-body-service-1 a h5 {
  color: #fff;
}
.card-service-1:hover {
  background-color: #ea5066;
}
.emergency-bgcolor {
  background-image: url(./assets/images/12.jpg);
  position: relative;
  padding: 80px 0px 80px;

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.hero-content-overlay1 {
  top: 0;
  left: 0;
  background: rgb(234 80 102 / 89%);
}
.for-emergency {
  text-align: center;
}
.for-emergency h2 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0px;
  font-size: 28px;
}
.for-emergency h3 {
  color: #fff;
  font-size: 30px;
  margin: 0px;
}
.for-emergency p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0px;
  font-size: 15px;
  padding: 15px 0px;
}
/*-----------------our-docter-----------------*/
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

/*.team-area .single-item {
  margin-bottom: 30px;
}*/

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: 0.6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.item-border {
  border-bottom: 3px solid red;
  width: 92%;
}
.serive_top_gap {
  margin-top: 25px;
}
.social ul {
  margin: 0px;
  padding: 0px;
}
.team-area {
  background-color: #eeeeee;
  padding: 80px 0px;
}
.team-area .info span {
  font-size: 14px;
  color: #000;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-bottom: 8px;
  padding: 10px 0px 10px;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}
/*-----------------------------------------------------serive-inner-page------------------------------------------*/
.service-inner-section-1 {
  padding: 80px 0px;
  background-color: #e5e5e51a;
}

.widsetserive-inner-form h4 {
  text-align: center;
  margin-bottom: 20px;
  background: #f4f4f4;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  color: #666666;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.make-appoitment input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.make-appoitment input[type="submit"] {
  width: 100%;
  background-color: #ea5066;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.make-appoitment input[type="submit"]:hover {
  background-color: #c13d50;
}
.make-appoitment form textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.heading-falling p {
  text-align: justify;
}
.heading-falling h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 30px;
  margin-bottom: 30px;
}
.service-thumb .option-text {
  margin-top: 20px;
  text-align: justify;
}
.service-thumb p {
  font-family: "Poppins", sans-serif;
}
.service-thumb h4 {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.how-hair-transplant h4 {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.how-hair-transplant-ul-gap {
  margin-bottom: 20px;
}
.sticky-top {
  position: sticky;
  top: 5%;
}
.how-hair-transplant p {
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}
.how-hair-transplant-bottom {
  margin-bottom: 20px;
}

.service-media-list h5 {
  line-height: 31px;
  font-weight: 700;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #ea5066;
  font-size: 18px;
}
.service-media-body-list p {
  font-family: "Poppins", sans-serif;
  margin-left: 15px;
  /*color: #787878;*/
  font-size: 15px;
}
.service-content p {
  font-family: "Poppins", sans-serif;
  text-align: justify;
}
.innerpage-text {
  font-size: 20px !important;
  font-weight: 700;
}
.how-hair-transplant_ul-list {
  margin-bottom: 20px;
}

.accordion {
  /* width: 576px; */
  width: 100%;
  margin: 0 auto;
}

.accordion input {
  display: none;
}

.accordion-item {
  position: relative;
}

.accordion-header {
  width: 100%;
  height: 55px;
  line-height: 58px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #cecece;
  color: #333333;
}

.accordion-text {
  width: 100%;
  font-size: 11pt;
  color: #555555;
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: -10px;
}

.accordion-text p {
  padding: 10px 30px 0px;
  line-height: 1.68em;
  background-color: #fff;
}

.closing {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.accordion-text ul li {
  list-style: none;
}
.inputfeild:checked + .accordion-item {
  height: auto;
}

.inputfeild:checked + .accordion-item .accordion-text,
.inputfeild:checked + .accordion-item .closing {
  display: block;
}

.inputfeild:checked + .accordion-item .accordion-text {
  height: auto;
  opacity: 1;
  top: 0;
  /*box-shadow: 0px 1px 4px 0px #e7e5e5, -5px -5px 10px #ffffff;*/
}

.dropdown-arrows .accordion-header {
  padding: 0 0 0 30px;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  /* box-shadow: 0px 1px 4px 0px #e7e5e5, -5px -5px 10px #ffffff; */
  border: none;
  font-family: "Poppins", sans-serif;
}

.dropdown-arrows .accordion-header:before {
  position: absolute;
  display: block;
  content: "\203a";
  font-size: 18pt;
  left: 12px;
  top: -2px;
  color: #333333;
}

.inputfeild:checked + .accordion-item .accordion-header:before {
  transform: rotate(90deg);
  top: 1px;
}
.accordion-item {
  background-color: #fff;
  /* border: 1px
px
 solid rgba(0,0,0,.125); */
  border: none !important;
  margin-bottom: 20px;
}
.marketing_gap {
  margin-top: 55px;
  margin-bottom: 100px;
}
.service-accordian {
  background-color: #f1f1f1;
  padding: 40px 40px 22px;
  margin-top: 30px;
}
.appointment_docter-img {
  position: relative;
  z-index: 1;
  margin: 30px 0px 30px;
}
.docter_appoit_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  right: 0;
  text-align: center;
}
.docter_appoit_overlay h6 {
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
}
.docter_appoit_overlay p {
  margin: 0;
  color: #f90024;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.docter_appoit_overlay::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%)
    repeat scroll 0 0;
  content: "";
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}

.contact-box {
  background-color: #3493df;
  padding: 28px 25px;
  height: 100%;
}
.contact-box-media111 {
  background-color: #ea5066;
  padding: 28px 25px;
  height: 100%;
}

.contact-box-media {
  background-color: #ea5066;
  padding: 28px 25px;
  height: 100%;
}
.contact-box-media p {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px 0px 10px;
  color: #fff;
}
.media-body-text {
  padding-left: 8px;
}
.contact-box-timer h4 {
  margin-bottom: 20px;
  background: #f4f4f4;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  color: #666666;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
  text-align: center;
}
/*.contact-box-timer .contact-box-title{
    margin-bottom: 18px;
    color: #fff;
  }*/
.contact-box-media1 p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.contact-box-timer {
  margin-bottom: 30px;
}
.media-serive-phone h6 {
  color: #fff;
  font-weight: 500;
}
.media-bodyserivenumber-text {
  padding-left: 8px;
}
.media-body-text1111 {
  padding-left: 8px;
}
.media-body-text1111 p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  /* font-weight: 600;*/
}
.contact-box-media1 {
  margin-bottom: 8px;
}
.contact-box-media121 p {
  color: #fff;
}
.media-body-text1111 p a {
  color: #fff;
  text-decoration: none;
}
/* ---------------------------------aesthetic-cosmetic-inner------------------------------------- */
.details_thumb h4 {
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
}
.team-thumb img {
  width: 90%;
}
.details_thumb {
  margin-top: 20px;
}
.team-member-gap {
  margin-top: 50px;
}
.metal-free h3 {
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  margin-top: 80px;
}
.metal-free h6 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-align: left;
  margin: 0px;
  padding-top: 10px;
  font-weight: 400;
}
/* --------card-black-and-white-------- */
.column {
  margin: 15px 0px 0;
  padding: 0;
}
.column:last-child {
  /* padding-bottom: 60px; */
  width: 90%;
}
.column::after {
  content: "";
  clear: both;
  display: block;
}
.column .details_thumb1 {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  /* margin: 0 0 0 25px; */
  padding: 0;
  background-color: #ea5066;
  padding: 10px 0px 10px;
}

.column .details_thumb1:first-child {
  margin-left: 0;
}
.column > .details_thumb1 > span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.figure1 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.figure1:hover + span {
  bottom: -36px;
  opacity: 1;
}
/* Gray Scale */
.hover08 .figure1 img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover08 .figure1:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.hover08:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.details_thumb1 h4 {
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
  padding: 0px 0px 5px;
  color: #fff;
}
.details_thumb1 h6 {
  text-align: center;
  font-weight: 400;
  color: #ffff;
}
.heading-falling-gap {
  margin-top: 80px;
}
.accordion-header-line-height {
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  .mobile-responsive ul {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .media-sthetics-icon {
    align-items: center;
    margin-bottom: 20px;
  }
  /* ---------------navbar------------*/
  /* .mobile-responsive ul{
  display: block;
    padding: 5px 33px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 15px;
  }
  .mobile-responsive ul li a{
  text-decoration: none;
  color: #000;
  line-height: 30px;
  }
  .dropdown-item-responsive{
    background-color: #ddd !important;
  }
  .dropdown-menu{
    padding: 0px !important;
  }*/
  /* ---------------navbar------------*/
  .hero-sec-pra-display-none {
    display: none;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .topbar1 {
    display: none;
  }
  .navbar-brand > img {
    width: 55%;
  }

  #carousel .carousel-item {
    height: auto;
    min-height: 473px;
  }
  .who_we_are_img::before {
    display: none;
  }
  .see_more_result {
    background-color: #7d2531;
    padding: 50px 0px 265px;
  }
  .docter_content1 h4 {
    line-height: 25px;
  }
  .footer_list .footer-title {
    padding: 20px 0px 20px;
  }
  .docter_content h3 {
    font-size: 23px;
  }
  .docter_content1 h3 {
    font-size: 23px;
  }
  .docter_content p {
    font-family: "Poppins", sans-serif;
    text-align: justify;
    font-size: 15px;
  }
  .compare_img {
    width: 100%;
    margin-top: 30px;
  }
  .docter_content h4 {
    line-height: 25px;
  }
  .input-box input {
    height: 80%;
  }
  .wrapper .input-box {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0px 0;
  }
  .wrapper {
    width: 88%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    position: absolute;
    right: 0px;
    top: 45px;
  }
  /*.wrapper {
    width: 340px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    margin: 0px auto 52px;
    position: absolute;
  right: 25px;
  top: 45px;
  }*/

  .wrapper h1 {
    font-size: 20px;
  }
  .wrapper .btn {
    width: 100%;
    height: 40px;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .heading1 h3 {
    font-size: 30px;
  }
  .who_we_are_text h3 {
    font-size: 30px;
  }
  .who_we_are_text p {
    margin-top: 20px;
  }
  .who-we-are {
    background: #eeeeee;
    padding: 50px 0;
  }
  .our_service {
    padding: 50px 0px;
  }
  .testmonials {
    background: #eeeeee;
    padding: 50px 0;
  }
  .our_docter {
    padding: 50px 0px;
  }
  .docter_gap {
    margin: 0px 0px 0px;
  }
  .international-patients_bg {
    padding: 50px 15px 50px;
    background-color: #7d2531;
  }
  .footer {
    background-color: #000;
    padding: 50px 0px;
  }
  .footer_list .footer-title {
    font-size: 30px;
  }
  .footer_description img {
    width: 35%;
    padding: 0px 0px 20px;
  }
  .pull-right {
    width: 100%;
  }
  .sthetics_about_title .page-breadcrumb {
    position: relative;
    margin-top: 10px;
    padding: 0px;
  }
  .sthetics_about_title h1 {
    font-size: 30px;
  }
  .sthetics_about_banner {
    background-image: url(./assets/images/12.jpg);
    position: relative;
    padding: 80px 0px 80px;
    height: 44vh;
    background-attachment: scroll;
  }
  .about_page_bgcolor {
    padding: 50px 0px 0px;
  }
  .who_we_are_img1 img {
    width: 70%;
    margin: auto;
    display: block;
  }
  .bg-silver-light {
    background-color: #f7f8fa !important;
    padding: 50px 0px;
  }

  .who_we_responsive_gap {
    margin-top: 30px;
  }
  .stheticks-icon-res-gap {
    margin-top: 30px;
  }
  .media-sthetics-icon-gap {
    margin-top: 0px;
  }
  .sthetics_contact_banner {
    position: relative;
    padding: 80px 0px 80px;
    height: 44vh;
    background-attachment: scroll;
  }
  .contact-icon-main {
    padding: 50px 0px 0px;
  }

  .contact_cardbg1 .cea-featured-icon1 i {
    font-size: 65px;
    color: #ea5066;
    margin-bottom: 40px;
  }
  .cea-button-wrapper1 .cea-button-text1 {
    font-size: 18px;
  }
  /*.contact_formclick2pro {
    padding-left: 0px;
}*/
  .width_bordermargin {
    border: none;
    padding: 0px 15px 0px 15px;
  }
  .title-wrap .section-title {
    margin-bottom: 20px;
  }
  .let_talk {
    padding: 70px 25px 70px 25px;
    margin-bottom: 70px;
  }
  .contact_formsthticks {
    padding-left: 12px;
  }
  .contact_map iframe {
    width: 266px !important;
    height: 200px !important;
    margin-bottom: 30px;
  }
  .width_margin {
    margin: 0px;
    padding: 0px;
  }
  .contact_cardbg1 {
    padding: 60px 25px 60px 25px;
  }
  .contact_number_responsivegap {
    margin: 30px 0px 30px 0px;
  }
  .dropdown-arrows .accordion-header {
    padding: 8px 0 0 30px;
    font-size: 15px;

    line-height: 19px;
  }
  .dropdown-arrows .accordion-header:before {
    top: 8px;
  }
  .widsetserive-inner-form {
    margin-top: 30px;
  }
  .service-inner-section-1 {
    padding: 50px 0px 25px;
    background-color: #e5e5e51a;
  }
  .service-accordian {
    background-color: #f1f1f1;
    padding: 40px 15px 22px;
    margin-top: 30px;
  }
  /* ---------------navbar------------*/
  .right-navbar {
    text-align: left !important;
  }
  .navbar-brand img {
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    padding: 0px 15px 12px 0px !important;
  }
  .right_margin-menu {
    position: relative !important;
    left: 0px !important;
    padding: 0px;
    margin-bottom: 15px;
  }
  .navbar-brand img {
    width: 95% !important;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  .dropdown-menu-hair {
    width: 96%;
    margin: auto;
  }
}

.navbar .dropdown-toggle,
.navbar .dropdown-menu > a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.dropdown-toggle-bgcolor {
  background-color: #ddd;
  padding: 5px 0px 8px;
  border: none;
}
.dropdown-toggle-bgcolor-right {
  padding-left: 23px;
}
@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0;
    border-bottom: 0.3em solid transparent;
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
}
.right-navbar {
  justify-content: end;
  text-align: right;
}
.navbar-brand {
  width: 30%;
}
.navbar-brand img {
  width: 40%;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
  padding: 0px 15px 0px 15px;

  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.right_margin-menu {
  position: absolute;
  left: -150px;
}
.navbar-toggler-icon {
  color: #000;
}
.right_margin-menu li a:hover {
  text-decoration: none !important;
  color: #000 !important;
}
.service-bgcolor {
  background-color: #ea5066;
  padding: 8px 0px 8px 22px;
}
.service-bgcolor:hover {
  background-color: #ea5066 !important;
}
.service-bgcolor .service_color_text {
  color: #fff !important;
}
.service-bgcolor .service_color_text:hover {
  color: #fff !important;
}
